mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix: 'hf mfu' increase array
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ uint8_t default_pwd_pack[KEYS_PWD_COUNT][4] = {
|
||||
{0xFF,0xFF,0xFF,0xFF}, // PACK 0x00,0x00 -- factory default
|
||||
};
|
||||
|
||||
#define MAX_UL_TYPES 21
|
||||
#define MAX_UL_TYPES 22
|
||||
uint32_t UL_TYPES_ARRAY[MAX_UL_TYPES] = {
|
||||
UNKNOWN, UL, UL_C,
|
||||
UL_EV1_48, UL_EV1_128, NTAG,
|
||||
|
||||
Reference in New Issue
Block a user