1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 13:09:49 +04:00

EMV save/load dump options added

This commit is contained in:
Methodius
2024-01-30 02:22:21 +09:00
parent a15312e052
commit fee4a5a8f7
4 changed files with 86 additions and 11 deletions

View File

@@ -101,8 +101,8 @@ static bool emv_parse(const NfcDevice* device, FuriString* parsed_data) {
if(storage_readed)
furi_string_cat_printf(parsed_data, "Currency: %s\n", furi_string_get_cstr(str));
if(app.pin_try_counter != 0xFF)
furi_string_cat_printf(str, "PIN try left: %d\n", app.pin_try_counter);
// if(app.pin_try_counter != 0xFF)
furi_string_cat_printf(parsed_data, "PIN try left: %d\n", app.pin_try_counter);
parsed = true;
} while(false);