Sesame-Device/platformio.ini

21 lines
706 B
INI
Raw Permalink Normal View History

; 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-11-04 11:14:55 +01:00
madhephaestus/ESP32Servo@^1.1.0
2023-12-05 20:46:41 +01:00
arduino-libraries/Ethernet@^2.0.2
https://github.com/christophhagen/arduinoWebSockets#master
2023-12-13 13:21:29 +01:00
rweather/Crypto@^0.4.0
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