Skip to content

Commit

Permalink
rename symbols to correct ones
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSDavidSoft authored Aug 30, 2024
1 parent 6b3e716 commit 2716f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cores/esp8266/core_esp8266_postmortem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ static void cut_here() {
ets_printf_P(PSTR("\nTo make this dump useful, DECODE IT - https://tinyurl.com/8266dcdr\n"));

for (auto i = 0; i < 15; i++ ) {
ets_uart_putc1('-');
crash_ets_uart_putc1('-');
}
ets_printf_P(PSTR(" CUT HERE FOR EXCEPTION DECODER "));
for (auto i = 0; i < 15; i++ ) {
ets_uart_putc1('-');
crash_ets_uart_putc1('-');
}
ets_println();
}
Expand Down

0 comments on commit 2716f3c

Please sign in to comment.