Files
smart-rgb-esp32/platformio.ini

28 lines
760 B
INI
Raw Normal View History

2025-07-29 14:58:45 +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
2025-07-29 17:41:21 +02:00
[env]
2025-07-29 14:58:45 +02:00
platform = espressif32
board = esp32dev
framework = arduino
2025-07-29 17:41:21 +02:00
monitor_speed = 115200
lib_deps =
2025-08-03 00:34:05 +02:00
martinverges/ESP32 Wifi Manager@^1.5.0
esp32async/ESPAsyncWebServer@^3.7.10
bblanchon/ArduinoJson@^7.4.2
knolleary/PubSubClient@^2.8
arkhipenko/TaskScheduler@^3.8.5
2025-07-29 17:41:21 +02:00
[env:esp32dev-serial]
[env:esp32dev-ota]
upload_protocol = espota
upload_port = smart-rgb.local