Fix resources unpack hang

This commit is contained in:
Willy-JL
2023-06-02 22:14:46 +01:00
parent 89a2c0bc09
commit e881293068
+3 -1
View File
@@ -59,7 +59,9 @@ int main() {
furi_hal_power_reset();
} else {
furi_hal_light_sequence("rgb G");
furi_hal_set_is_normal_boot(true);
if(boot_mode != FuriHalRtcBootModePostUpdate && boot_mode != FuriHalRtcBootModePreUpdate) {
furi_hal_set_is_normal_boot(true);
}
furi_thread_start(main_thread);
}
#endif