diff --git a/src/micropython b/src/micropython index 45deee14f..f31c61e4d 160000 --- a/src/micropython +++ b/src/micropython @@ -1 +1 @@ -Subproject commit 45deee14f37bc9d2977988fe2fe1d89bf4f2302d +Subproject commit f31c61e4dcac3b2e67f7a21411e2750d87061f58 diff --git a/src/omv/main.c b/src/omv/main.c index 5b5d3ff0b..0e7e1cefb 100644 --- a/src/omv/main.c +++ b/src/omv/main.c @@ -469,10 +469,7 @@ soft_reset: servo_init(); usbdbg_init(); sdcard_init(); - - if (first_soft_reset) { - rtc_init_start(false); - } + rtc_init_start(false); // Initialize the sensor and check the result after // mounting the file-system to log errors (if any).