esp8266: Fix pyexec calls.
This commit is contained in:
parent
52f8e1cbf3
commit
9ad0da6134
|
@ -65,8 +65,8 @@ STATIC void mp_reset(void) {
|
|||
dupterm_task_init();
|
||||
#if MICROPY_MODULE_FROZEN
|
||||
pyexec_frozen_module("_boot.py");
|
||||
pyexec_file("boot.py");
|
||||
pyexec_file("main.py");
|
||||
pyexec_file("boot.py", NULL);
|
||||
pyexec_file("main.py", NULL);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue