Skip to content
Snippets Groups Projects
Commit cb7693ba authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266/main: Update _boot module loading for recent frozen modules refactors.

parent 9c2217a1
Branches
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ STATIC void mp_reset(void) { ...@@ -58,7 +58,7 @@ STATIC void mp_reset(void) {
MP_STATE_PORT(term_obj) = MP_OBJ_NULL; MP_STATE_PORT(term_obj) = MP_OBJ_NULL;
pin_init0(); pin_init0();
#if MICROPY_MODULE_FROZEN #if MICROPY_MODULE_FROZEN
pyexec_frozen_module("_boot"); pyexec_frozen_module("_boot.py");
pyexec_file("boot.py"); pyexec_file("boot.py");
pyexec_file("main.py"); pyexec_file("main.py");
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment