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 6b3e716 commit 2716f3cCopy full SHA for 2716f3c
cores/esp8266/core_esp8266_postmortem.cpp
@@ -125,11 +125,11 @@ static void cut_here() {
125
ets_printf_P(PSTR("\nTo make this dump useful, DECODE IT - https://tinyurl.com/8266dcdr\n"));
126
127
for (auto i = 0; i < 15; i++ ) {
128
- ets_uart_putc1('-');
+ crash_ets_uart_putc1('-');
129
}
130
ets_printf_P(PSTR(" CUT HERE FOR EXCEPTION DECODER "));
131
132
133
134
ets_println();
135
0 commit comments