About go nappy nap + much fw info

This commit is contained in:
Willy-JL
2023-05-28 04:14:39 +01:00
parent 2838fd3f54
commit c2396e8542
9 changed files with 116 additions and 229 deletions

View File

@@ -136,7 +136,7 @@ static bool bubble_animation_input_callback(InputEvent* event, void* context) {
}
} else if(event->type == InputTypeLong) {
Loader* loader = furi_record_open(RECORD_LOADER);
loader_start(loader, "About", "batt");
loader_start(loader, "Power", "about_battery");
furi_record_close(RECORD_LOADER);
}
}

View File

@@ -73,7 +73,7 @@ static bool one_shot_view_input(InputEvent* event, void* context) {
}
} else if(event->type == InputTypeLong) {
Loader* loader = furi_record_open(RECORD_LOADER);
loader_start(loader, "About", "batt");
loader_start(loader, "Power", "about_battery");
furi_record_close(RECORD_LOADER);
}
}