We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e7ba8 commit 08249c5Copy full SHA for 08249c5
cores/esp32/chip-debug-report.cpp
@@ -215,7 +215,9 @@ static void printBoardInfo(void){
215
#ifdef ARDUINO_FQBN
216
log_printf(" Arduino FQBN : %s\n", ARDUINO_FQBN);
217
#else
218
+#ifdef CORE_DEBUG_LEVEL
219
log_printf(" Core Debug Level : %d\n", CORE_DEBUG_LEVEL);
220
+#endif
221
#ifdef ARDUINO_RUNNING_CORE
222
log_printf(" Arduino Runs Core : %d\n", ARDUINO_RUNNING_CORE);
223
log_printf(" Arduino Events on : %d\n", ARDUINO_EVENT_RUNNING_CORE);
0 commit comments