Minfix
This commit is contained in:
parent
e757cc2a15
commit
9e180d6b00
|
@ -28,10 +28,10 @@ if status != MIFAREReader.MI_OK:
|
||||||
|
|
||||||
# [6] Print UID
|
# [6] Print UID
|
||||||
hexCode = [];
|
hexCode = [];
|
||||||
hexcode.append( str(hex(uid[0]))[2:] );
|
hexCode.append( str(hex(uid[0]))[2:] );
|
||||||
hexcode.append( str(hex(uid[1]))[2:] );
|
hexCode.append( str(hex(uid[1]))[2:] );
|
||||||
hexcode.append( str(hex(uid[2]))[2:] );
|
hexCode.append( str(hex(uid[2]))[2:] );
|
||||||
hexcode.append( str(hex(uid[3]))[2:] );
|
hexCode.append( str(hex(uid[3]))[2:] );
|
||||||
|
|
||||||
|
|
||||||
if( len(hexCode[0]) == 1 ):
|
if( len(hexCode[0]) == 1 ):
|
||||||
|
|
Loading…
Reference in New Issue