diff options
Diffstat (limited to 'ports/esp8266/main.c')
-rw-r--r-- | ports/esp8266/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp8266/main.c b/ports/esp8266/main.c index 583540a81..238490ebe 100644 --- a/ports/esp8266/main.c +++ b/ports/esp8266/main.c @@ -74,7 +74,7 @@ STATIC void mp_reset(void) { } #if MICROPY_MODULE_FROZEN - pyexec_frozen_module("_boot.py"); + pyexec_frozen_module("_boot.py", false); pyexec_file_if_exists("boot.py"); if (pyexec_mode_kind == PYEXEC_MODE_FRIENDLY_REPL) { pyexec_file_if_exists("main.py"); |