fix placeholders and beacon stop on exit

This commit is contained in:
MatthewKuKanich
2024-03-08 13:37:55 -05:00
parent 13fe7b3bfc
commit 2a105e4266
2 changed files with 29 additions and 6 deletions

View File

@@ -51,4 +51,5 @@ bool findmy_scene_main_on_event(void* context, SceneManagerEvent event) {
void findmy_scene_main_on_exit(void* context) {
FindMy* app = context;
UNUSED(app);
furi_hal_bt_extra_beacon_stop();
}