diff options
-rw-r--r-- | esp8266/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/main.c b/esp8266/main.c index 21172edb31..9cc955e44c 100644 --- a/esp8266/main.c +++ b/esp8266/main.c @@ -58,7 +58,7 @@ STATIC void mp_reset(void) { MP_STATE_PORT(term_obj) = MP_OBJ_NULL; pin_init0(); #if MICROPY_MODULE_FROZEN - pyexec_frozen_module("_boot"); + pyexec_frozen_module("_boot.py"); pyexec_file("boot.py"); pyexec_file("main.py"); #endif |