diff --git a/src/micropython b/src/micropython index 347c53ca5..f0c551f3e 160000 --- a/src/micropython +++ b/src/micropython @@ -1 +1 @@ -Subproject commit 347c53ca51df6fb59896694ad961f141bf35dcac +Subproject commit f0c551f3ec74af9c10d11973ce2541949610b807 diff --git a/src/omv/ports/rp2/main.c b/src/omv/ports/rp2/main.c index 42e9d7235..c6e0ccb7e 100644 --- a/src/omv/ports/rp2/main.c +++ b/src/omv/ports/rp2/main.c @@ -98,7 +98,7 @@ void __fatal_error() void pico_reset_to_bootloader(void) { - reset_usb_boot(0, 1); + reset_usb_boot(0, 0); } void exec_boot_script(const char *path, bool interruptible)