Update platformio.ini

This commit is contained in:
Florian Hoss 2022-04-21 15:52:08 +02:00
parent cb9131a2e9
commit f176227914

View file

@ -14,7 +14,7 @@ board = esp32-evb
framework = arduino framework = arduino
monitor_speed = 115200 monitor_speed = 115200
build_flags = build_flags =
-DHTTPS_LOGLEVEL=1 -DHTTPS_LOGLEVEL=1
-DCORE_DEBUG_LEVEL=3 -DCORE_DEBUG_LEVEL=3
lib_deps = bblanchon/ArduinoJson@^6.19.4 lib_deps = bblanchon/ArduinoJson@^6.19.4
@ -24,6 +24,6 @@ board = az-delivery-devkit-v4
framework = arduino framework = arduino
monitor_speed = 115200 monitor_speed = 115200
build_flags = build_flags =
-DHTTPS_LOGLEVEL=1 -DHTTPS_LOGLEVEL=1
-DCORE_DEBUG_LEVEL=3 -DCORE_DEBUG_LEVEL=3
lib_deps = bblanchon/ArduinoJson@^6.19.4 lib_deps = bblanchon/ArduinoJson@^6.19.4