Skip to content

Commit cb7693b

Browse files
committed
esp8266/main: Update _boot module loading for recent frozen modules refactors.
1 parent 9c2217a commit cb7693b

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
@@ -58,7 +58,7 @@ STATIC void mp_reset(void) {
5858
MP_STATE_PORT(term_obj) = MP_OBJ_NULL;
5959
pin_init0();
6060
#if MICROPY_MODULE_FROZEN
61-
pyexec_frozen_module("_boot");
61+
pyexec_frozen_module("_boot.py");
6262
pyexec_file("boot.py");
6363
pyexec_file("main.py");
6464
#endif

0 commit comments

Comments
 (0)