diff options
Diffstat (limited to 'esp8266/main.c')
-rw-r--r-- | esp8266/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/main.c b/esp8266/main.c index 4fc7757c81..bf68ebc96d 100644 --- a/esp8266/main.c +++ b/esp8266/main.c @@ -69,6 +69,7 @@ void init_done(void) { mp_reset(); mp_hal_stdout_tx_str("\r\n"); pyexec_event_repl_init(); + dupterm_task_init(); } void user_init(void) { |