Use reference array for reading ICCID
Change-Id: Iad0a328c6f0c9a4ab678efe068801849be48d8fc
This commit is contained in:
@@ -95,7 +95,7 @@ if __name__ == '__main__':
|
||||
print("Reading ...")
|
||||
|
||||
# EF.ICCID
|
||||
(res, sw) = scc.read_binary(['3f00', '2fe2'])
|
||||
(res, sw) = scc.read_binary(EF['ICCID'])
|
||||
if sw == '9000':
|
||||
print("ICCID: %s" % (dec_iccid(res),))
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user