You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
esp8266/main: Update _boot module loading for recent frozen modules refactors.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user