mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 21:08:36 -07:00
Magspoof gpio and power fixes by @xMasterX
This commit is contained in:
@@ -182,4 +182,4 @@ void mag_scene_read_on_exit(void* context) {
|
||||
// furi_hal_console_enable();
|
||||
|
||||
notification_message(mag->notifications, &sequence_blink_stop);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,8 +17,6 @@ void mag_scene_saved_menu_on_enter(void* context) {
|
||||
Mag* mag = context;
|
||||
Submenu* submenu = mag->submenu;
|
||||
|
||||
notification_message(mag->notifications, &sequence_blink_cyan_10);
|
||||
|
||||
// messy code to quickly check which tracks are available for emulation/display
|
||||
// there's likely a better spot to do this, but the MagDevice functions don't have access to the full mag struct...
|
||||
bool is_empty_t1 = furi_string_empty(mag->mag_dev->dev_data.track[0].str);
|
||||
|
||||
@@ -68,4 +68,4 @@ void mag_scene_start_on_exit(void* context) {
|
||||
Mag* mag = context;
|
||||
|
||||
submenu_reset(mag->submenu);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user