rewrite in progress...
This commit is contained in:
parent
e77ced2f0a
commit
17a1a5176f
6 changed files with 221 additions and 13 deletions
|
@ -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
|
||||
|
|
Reference in a new issue