mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Magspoof gpio and power fixes by @xMasterX
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user