This commit is contained in:
2025-08-28 14:58:55 +02:00
parent 80d48eac8a
commit 7cdf5d4682
5 changed files with 113 additions and 13 deletions

View File

@@ -13,6 +13,10 @@ platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
build_unflags = -std=gnu++11
build_flags =
-std=c++17
-std=gnu++17
lib_deps =
martinverges/ESP32 Wifi Manager@^1.5.0
esp32async/ESPAsyncWebServer@^3.7.10