mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-03 17:59:16 +00:00
fix nfc device typo, doesn’t affect resulting keys
This commit is contained in:
parent
a9210b2849
commit
60242cd7c4
1 changed files with 1 additions and 1 deletions
|
@ -925,7 +925,7 @@ static bool nfc_device_save_mifare_classic_keys(NfcDevice* dev) {
|
|||
flipper_format_write_hex(file, string_get_cstr(temp_str), sec_tr->key_a, 6);
|
||||
}
|
||||
if(!key_save_success) break;
|
||||
if(FURI_BIT(data->key_a_mask, i)) {
|
||||
if(FURI_BIT(data->key_b_mask, i)) {
|
||||
string_printf(temp_str, "Key B sector %d", i);
|
||||
key_save_success =
|
||||
flipper_format_write_hex(file, string_get_cstr(temp_str), sec_tr->key_b, 6);
|
||||
|
|
Loading…
Reference in a new issue