mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
fix placeholders and beacon stop on exit
This commit is contained in:
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user