mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
Fix bug: number of returnd FileIDs
(cherry picked from commit e1761af)
This commit is contained in:
@@ -194,7 +194,7 @@ def decodeData(data):
|
||||
# Application Level Commands
|
||||
###########################
|
||||
def decodeRespGetFileIDs(data):
|
||||
if len(data) == 4:
|
||||
if len(data) > 0:
|
||||
return "FIDs:0x"+hexlify(data[1:]).decode()
|
||||
else:
|
||||
return strFail
|
||||
|
||||
Reference in New Issue
Block a user