mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
fix: switch Hitag S UID REQUEST to HITAGS_UID_REQ_ADV1 for Hitag 1 compatibility
This commit is contained in:
parent
bb3d36bf20
commit
252d6a29db
2 changed files with 5 additions and 5 deletions
|
@ -921,8 +921,8 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
|||
|
||||
// HITAG S commands
|
||||
#define HITAGS_UID_REQ_STD 0x30 // 00110 UID REQUEST Std
|
||||
#define HITAGS_UID_REQ_ADV 0xC0 // 11000 UID REQUEST Adv
|
||||
#define HITAGS_UID_REQ_ADV2 0xC8 // 11001 UID REQUEST Adv
|
||||
#define HITAGS_UID_REQ_ADV2 0xC0 // 11000 UID REQUEST Adv compatible with HITAG2_START_AUTH
|
||||
#define HITAGS_UID_REQ_ADV1 0xC8 // 11001 UID REQUEST Adv compatible with HITAG1_SET_CCNEW
|
||||
#define HITAGS_UID_REQ_FADV 0xD0 // 11010 UID REQUEST FAdv
|
||||
#define HITAGS_SELECT 0x00 // 00000 SELECT (UID)
|
||||
#define HITAGS_READ_PAGE 0xC0 // 1100 READ PAGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue