This commit is contained in:
Willy-JL
2024-06-06 00:31:41 +01:00
28 changed files with 586 additions and 425 deletions

View File

@@ -149,6 +149,8 @@ int32_t dolphin_srv(void* p) {
if(!furi_hal_is_normal_boot()) {
FURI_LOG_W(TAG, "Skipping start in special boot mode");
furi_thread_suspend(furi_thread_get_current_id());
return 0;
}