Skip to content

Commit 1febaf3

Browse files
dpgeorgepfalcon
authored andcommitted
esp8266: Change "soft reboot" message to work with pyboard.py.
1 parent d083d7d commit 1febaf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esp8266/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ STATIC void mp_reset(void) {
5353
}
5454

5555
void soft_reset(void) {
56-
mp_hal_stdout_tx_str("PYB: soft reset\r\n");
56+
mp_hal_stdout_tx_str("PYB: soft reboot\r\n");
5757
mp_hal_delay_us(10000); // allow UART to flush output
5858
mp_reset();
5959
pyexec_event_repl_init();

0 commit comments

Comments
 (0)