mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
layout, text, colors - mfu info, 15 info
This commit is contained in:
parent
7b54cbacb9
commit
34adf411c3
7 changed files with 252 additions and 214 deletions
|
@ -267,6 +267,11 @@ typedef struct {
|
|||
uint8_t AIA[8];
|
||||
} PACKED iclass_reader_t;
|
||||
|
||||
typedef struct {
|
||||
const char *desc;
|
||||
const char *value;
|
||||
} PACKED ecdsa_publickey_t;
|
||||
|
||||
// For the bootloader
|
||||
#define CMD_DEVICE_INFO 0x0000
|
||||
//#define CMD_SETUP_WRITE 0x0001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue