Skip to content

Commit 80c922f

Browse files
committed
Also update test builds
1 parent 17ccf34 commit 80c922f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci/platformio-esp32dev.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ board_build.partitions = min_spiffs.csv
1515
monitor_filters = esp32_exception_decoder
1616
build_flags =
1717
-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

Comments
 (0)