mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
ISO15693_MIN_FRAME_SIZE for iso15 should be 4
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
|
||||
#define ISO15693_RES_INVENTORY_DSFID 0x00
|
||||
|
||||
#define ISO15693_MIN_FRAME_SIZE 5
|
||||
#define ISO15693_MIN_FRAME_SIZE 4
|
||||
|
||||
#define ISO15693_CRC16_SIZE 2 /* Bytes */
|
||||
#define ISO15693_CRC16_POLYNORMAL 0x8408
|
||||
|
||||
Reference in New Issue
Block a user