looping for smart card, inverted the silent to verbose, updated cardhelper stuff

This commit is contained in:
iceman1001
2021-04-04 17:01:43 +02:00
parent 26aeae1f3e
commit d19da982f0
9 changed files with 316 additions and 107 deletions

View File

@@ -28,6 +28,12 @@ typedef struct iclass_prekey {
uint8_t key[8];
} iclass_prekey_t;
typedef struct {
char desc[70];
uint8_t blk6[8];
uint8_t blk7[8];
} iclass_config_card_item_t;
int CmdHFiClass(const char *Cmd);
int info_iclass(void);