Skip to content

Commit a0cd118

Browse files
committed
esp8266/main: Module to run on boot is "boot", not "main".
1 parent f8d42da commit a0cd118

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
@@ -50,7 +50,7 @@ STATIC void mp_reset(void) {
5050
mp_obj_list_init(mp_sys_argv, 0);
5151
MP_STATE_PORT(mp_kbd_exception) = mp_obj_new_exception(&mp_type_KeyboardInterrupt);
5252
#if MICROPY_MODULE_FROZEN
53-
pyexec_frozen_module("main");
53+
pyexec_frozen_module("boot");
5454
#endif
5555
}
5656

0 commit comments

Comments
 (0)