mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-01 22:08:55 -07:00
Fix resources unpack hang
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user