NFC fap: EMV protocol added

This commit is contained in:
Methodius
2024-01-11 18:11:54 +09:00
parent 3959827fd4
commit e9454b629b
11 changed files with 281 additions and 7 deletions

View File

@@ -41,8 +41,8 @@ typedef struct {
bool app_started;
char name[32];
bool name_found;
uint8_t card_number[10];
uint8_t card_number_len;
uint8_t pan[10];
uint8_t pan_len;
uint8_t exp_month;
uint8_t exp_year;
uint16_t country_code;