diff --git a/software/script/chameleon_cli_unit.py b/software/script/chameleon_cli_unit.py index 8fb7f6f..5de73e4 100644 --- a/software/script/chameleon_cli_unit.py +++ b/software/script/chameleon_cli_unit.py @@ -1971,7 +1971,7 @@ class HFMFUSIGNATURE(ReaderRequiredUnit): 'check_response_crc': 1, } - resp = self.cmd.hf14a_raw(options=options, resp_timeout_ms=200, data=struct.pack('!B', 0x3C)) + resp = self.cmd.hf14a_raw(options=options, resp_timeout_ms=200, data=struct.pack('!BB', 0x3C, 0x00)) print(f" - Data: {resp[:32].hex()}")