2022-04-06 09:12:49 +02:00
|
|
|
; PlatformIO Project Configuration File
|
|
|
|
;
|
|
|
|
; Build options: build flags, source filter
|
|
|
|
; Upload options: custom upload port, speed and extra flags
|
|
|
|
; Library options: dependencies, extra library storages
|
|
|
|
; Advanced options: extra scripting
|
|
|
|
;
|
|
|
|
; Please visit documentation for the other options and examples
|
|
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
|
|
|
|
[env:az-delivery-devkit-v4]
|
|
|
|
platform = espressif32
|
|
|
|
board = az-delivery-devkit-v4
|
|
|
|
framework = arduino
|
|
|
|
lib_deps =
|
2023-12-05 20:46:41 +01:00
|
|
|
; links2004/WebSockets@^2.4.0
|
2023-11-04 11:14:55 +01:00
|
|
|
madhephaestus/ESP32Servo@^1.1.0
|
2023-04-11 14:33:58 +02:00
|
|
|
ottowinter/ESPAsyncWebServer-esphome@^3.0.0
|
2023-12-05 20:46:41 +01:00
|
|
|
arduino-libraries/Ethernet@^2.0.2
|
|
|
|
https://github.com/christophhagen/arduinoWebSockets#master
|
|
|
|
|
2023-04-11 14:33:58 +02:00
|
|
|
monitor_speed = 115200
|
2023-12-05 21:31:11 +01:00
|
|
|
build_flags= -D WEBSOCKETS_NETWORK_TYPE=NETWORK_W5100
|