Skip to content

Commit c0a80d2

Browse files
committed
emergency fix
1 parent 8a3817f commit c0a80d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

esp32/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ void mp_task(void *pvParameter) {
9494
machine_pins_init();
9595

9696
// run boot-up scripts
97+
pyexec_frozen_module("_boot.py");
9798
if (pyexec_mode_kind != PYEXEC_MODE_RAW_REPL) {
98-
pyexec_frozen_module("_boot.py");
9999
pyexec_file("boot.py");
100100
}
101101
// if (pyexec_mode_kind == PYEXEC_MODE_FRIENDLY_REPL) {

esp32/modules/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
build = 6
1+
build = 7
22
name = "Maffe Maniak"

0 commit comments

Comments
 (0)