Files
smart-rgb-esp32/platformio.ini

42 lines
1.1 KiB
INI
Raw Permalink 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
2025-08-28 14:58:55 +02:00
build_unflags = -std=gnu++11
build_flags =
-std=gnu++17
2025-08-29 11:46:17 +02:00
-I include
2025-07-29 17:41:21 +02:00
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]
2025-08-29 11:46:17 +02:00
build_flags =
${env.build_flags}
-D ENABLE_SERIAL_DEBUG=1
2025-07-29 17:41:21 +02:00
2025-08-30 00:07:19 +02:00
[env:esp32dev-serial-tcp]
build_flags =
${env.build_flags}
-D ENABLE_SERIAL_DEBUG=1
monitor_port = rfc2217://10.238.75.163:6000
upload_port = rfc2217://10.238.75.163:6000
2025-07-29 17:41:21 +02:00
[env:esp32dev-ota]
upload_protocol = espota
2025-08-29 19:17:09 +02:00
upload_port = smart-rgb.local