Skip to content

Commit 4eb01a1

Browse files
committed
automatically reenable sdk messages along with core messages *before* setup not after
1 parent 6dc6514 commit 4eb01a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cores/esp8266/core_esp8266_main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ static void loop_wrapper() {
114114
static bool setup_done = false;
115115
preloop_update_frequency();
116116
if(!setup_done) {
117+
#ifdef DEBUG_ESP_PORT
118+
DEBUG_ESP_PORT.setDebugOutput(true);
119+
#endif
117120
setup();
118121
setup_done = true;
119122
}

0 commit comments

Comments
 (0)