We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3817f commit c0a80d2Copy full SHA for c0a80d2
esp32/main.c
@@ -94,8 +94,8 @@ void mp_task(void *pvParameter) {
94
machine_pins_init();
95
96
// run boot-up scripts
97
+ pyexec_frozen_module("_boot.py");
98
if (pyexec_mode_kind != PYEXEC_MODE_RAW_REPL) {
- pyexec_frozen_module("_boot.py");
99
pyexec_file("boot.py");
100
}
101
// if (pyexec_mode_kind == PYEXEC_MODE_FRIENDLY_REPL) {
esp32/modules/version.py
@@ -1,2 +1,2 @@
1
-build = 6
+build = 7
2
name = "Maffe Maniak"
0 commit comments