mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
make style
This commit is contained in:
parent
e2303a8bdc
commit
3c31ee793d
15 changed files with 101 additions and 185 deletions
|
@ -47,9 +47,9 @@ for x in apdu:
|
|||
print(toHexString(x))
|
||||
print('--')
|
||||
|
||||
lenpk = ser.read(1) #first byte is the buffer length
|
||||
bufferlen = pd(lenpk)[0]
|
||||
lenpk = ser.read(1) #first byte is the buffer length
|
||||
bufferlen = pd(lenpk)[0]
|
||||
|
||||
buffer = pd(ser.read(bufferlen))
|
||||
buffer = pd(ser.read(bufferlen))
|
||||
print('Terminal command:'),
|
||||
print(toHexString(buffer))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue