Browse Source

esp8266: Change "soft reboot" message to work with pyboard.py.

pull/1865/head
Damien George 9 years ago
committed by Paul Sokolovsky
parent
commit
1febaf3ac3
  1. 2
      esp8266/main.c

2
esp8266/main.c

@ -53,7 +53,7 @@ STATIC void mp_reset(void) {
}
void soft_reset(void) {
mp_hal_stdout_tx_str("PYB: soft reset\r\n");
mp_hal_stdout_tx_str("PYB: soft reboot\r\n");
mp_hal_delay_us(10000); // allow UART to flush output
mp_reset();
pyexec_event_repl_init();

Loading…
Cancel
Save