rewrite in progress...

This commit is contained in:
Florian Hoss 2022-04-23 23:36:44 +02:00
parent e77ced2f0a
commit 17a1a5176f
6 changed files with 221 additions and 13 deletions

View file

@ -13,7 +13,13 @@ platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
build_flags =
-DHTTPS_LOGLEVEL=1
-DCORE_DEBUG_LEVEL=3
lib_deps = bblanchon/ArduinoJson@^6.19.4
build_flags = -DCORE_DEBUG_LEVEL=3
lib_deps = me-no-dev/ESP Async WebServer@^1.2.3
[env:esp8266]
board = d1_mini
framework = arduino
monitor_speed = 115200
build_flags = -DCORE_DEBUG_LEVEL=3
platform = espressif8266
lib_deps = me-no-dev/ESP Async WebServer@^1.2.3