mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 13:18:35 -07:00
Update apps
This commit is contained in:
2
applications/external/magspoof/mag_device.c
vendored
2
applications/external/magspoof/mag_device.c
vendored
@@ -76,6 +76,8 @@ static bool mag_device_save_file(
|
||||
// Make path to file to be saved
|
||||
furi_string_cat_printf(temp_str, "/%s%s", dev_name, extension);
|
||||
} else {
|
||||
// Create mag directory if necessary
|
||||
if(!storage_simply_mkdir((mag_dev->storage), MAG_APP_FOLDER)) break;
|
||||
// First remove mag device file if it was saved
|
||||
furi_string_printf(temp_str, "%s/%s%s", folder, dev_name, extension);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user