Magspoof gpio and power fixes by @xMasterX

This commit is contained in:
Willy-JL
2023-08-04 21:13:54 +02:00
parent 939b572f04
commit bf1d08f782
4 changed files with 7 additions and 10 deletions

View File

@@ -182,4 +182,4 @@ void mag_scene_read_on_exit(void* context) {
// furi_hal_console_enable();
notification_message(mag->notifications, &sequence_blink_stop);
}
}

View File

@@ -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);

View File

@@ -68,4 +68,4 @@ void mag_scene_start_on_exit(void* context) {
Mag* mag = context;
submenu_reset(mag->submenu);
}
}