mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 05:06:30 +04:00
EMV parser: exp date added
This commit is contained in:
@@ -896,6 +896,8 @@ static bool emv_parse(const NfcDevice* device, FuriString* parsed_data) {
|
||||
if((i != 0) && (i % 2 != 0)) furi_string_cat_printf(parsed_data, " ");
|
||||
}
|
||||
|
||||
furi_string_cat_printf(parsed_data, "\nExp: %02X/%02X", app.exp_month, app.exp_year);
|
||||
|
||||
furi_string_cat_printf(parsed_data, "\nCountry: %s", get_country_name(app.country_code));
|
||||
|
||||
furi_string_cat_printf(
|
||||
|
||||
Reference in New Issue
Block a user