Skip to content

Commit

Permalink
Update Log.py
Browse files Browse the repository at this point in the history
change DESFire Generic Error decoder
  • Loading branch information
fptrs authored Jun 29, 2022
1 parent cda26ee commit 05eeda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/ChamTool/Chameleon/Log.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def binaryParityDecoder(data):
0xD1: { 'name': 'APP DESFIRE NONCE B', 'decoder': binaryDecoder },
0xD2: { 'name': 'APP DESFIRE NONCE AB', 'decoder': binaryDecoder },

0xE0: { 'name': 'APP DESFIRE GENERIC ERROR', 'decoder': binaryDecoder },
0xE0: { 'name': 'APP DESFIRE GENERIC ERROR', 'decoder': textDecoder },
0xE1: { 'name': 'APP DESFIRE STATUS INFO', 'decoder': binaryDecoder },
0xE2: { 'name': 'APP DESFIRE DEBUG OUTPUT', 'decoder': binaryDecoder },
0xE3: { 'name': 'APP DESFIRE INCOMING', 'decoder': binaryDecoder },
Expand Down

0 comments on commit 05eeda6

Please sign in to comment.