mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
added new log type, so python knows that in reader mode the data also contain the parity bits
This commit is contained in:
@@ -22,6 +22,8 @@ eventTypes = {
|
||||
|
||||
0x40: { 'name': 'CODEC RX', 'decoder': binaryDecoder },
|
||||
0x41: { 'name': 'CODEC TX', 'decoder': binaryDecoder },
|
||||
0x42: { 'name': 'CODEC RX W/ PARITY', 'decoder': binaryDecoder },
|
||||
0x43: { 'name': 'CODEC TX W/ PARITY', 'decoder': binaryDecoder },
|
||||
|
||||
0x80: { 'name': 'APP READ', 'decoder': binaryDecoder },
|
||||
0x81: { 'name': 'APP WRITE', 'decoder': binaryDecoder },
|
||||
|
||||
Reference in New Issue
Block a user