We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ccf34 commit 80c922fCopy full SHA for 80c922f
ci/platformio-esp32dev.ini
@@ -15,3 +15,9 @@ board_build.partitions = min_spiffs.csv
15
monitor_filters = esp32_exception_decoder
16
build_flags =
17
-D LED_BUILTIN=2
18
+ -D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE
19
+ ; Arduino Core bug workaround: define the log tag for the Arduino
20
+ ; logging macros.
21
+ -D TAG='"Arduino"'
22
+ ; Use the ESP-IDF logging library - required by SensESP.
23
+ -D USE_ESP_IDF_LOG
0 commit comments