1 parent 4d4cfc2 commit 77f0cd8Copy full SHA for 77f0cd8
1 file changed
esp8266/main.c
@@ -60,6 +60,7 @@ STATIC void mp_reset(void) {
60
MP_STATE_PORT(dupterm_arr_obj) = MP_OBJ_NULL;
61
pin_init0();
62
readline_init0();
63
+ dupterm_task_init();
64
#if MICROPY_MODULE_FROZEN
65
pyexec_frozen_module("_boot.py");
66
pyexec_file("boot.py");
@@ -85,7 +86,6 @@ void init_done(void) {
85
86
#if MICROPY_REPL_EVENT_DRIVEN
87
pyexec_event_repl_init();
88
#endif
- dupterm_task_init();
89
90
#if !MICROPY_REPL_EVENT_DRIVEN
91
soft_reset:
0 commit comments