Update platformio.ini
This commit is contained in:
parent
cb9131a2e9
commit
f176227914
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ board = esp32-evb
|
|||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
build_flags =
|
||||
-DHTTPS_LOGLEVEL=1
|
||||
-DHTTPS_LOGLEVEL=1
|
||||
-DCORE_DEBUG_LEVEL=3
|
||||
lib_deps = bblanchon/ArduinoJson@^6.19.4
|
||||
|
||||
|
@ -24,6 +24,6 @@ board = az-delivery-devkit-v4
|
|||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
build_flags =
|
||||
-DHTTPS_LOGLEVEL=1
|
||||
-DHTTPS_LOGLEVEL=1
|
||||
-DCORE_DEBUG_LEVEL=3
|
||||
lib_deps = bblanchon/ArduinoJson@^6.19.4
|
||||
|
|
Reference in a new issue