mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-15 06:09:13 +08:00
still more typos...
This commit is contained in:
parent
2ef8493cf1
commit
8e43d12e4b
1 changed files with 3 additions and 3 deletions
|
@ -660,7 +660,7 @@ def dumpBambu(data):
|
||||||
TrayUID_s = data[9][6:53]
|
TrayUID_s = data[9][6:53]
|
||||||
|
|
||||||
Block10_0to3 = data[10][6:17]
|
Block10_0to3 = data[10][6:17]
|
||||||
SppolWidth_um = int(data[10][21:23] + data[14][18:20], 16)
|
SpoolWidth_um = int(data[10][21:23] + data[14][18:20], 16)
|
||||||
Block10_6to15 = data[10][24:50]
|
Block10_6to15 = data[10][24:50]
|
||||||
|
|
||||||
ProductionDateTime_s = bytes.fromhex(data[12][6:53]).decode('ascii').rstrip('\x00')
|
ProductionDateTime_s = bytes.fromhex(data[12][6:53]).decode('ascii').rstrip('\x00')
|
||||||
|
@ -712,7 +712,7 @@ def dumpBambu(data):
|
||||||
lprint(f" [ 0:16] TrayUID_s = {{{TrayUID_s}}} ; not ASCII")
|
lprint(f" [ 0:16] TrayUID_s = {{{TrayUID_s}}} ; not ASCII")
|
||||||
lprint(" Block 10:")
|
lprint(" Block 10:")
|
||||||
lprint(f" [ 0: 4] Block10_0to3 = {{{Block10_0to3}}}")
|
lprint(f" [ 0: 4] Block10_0to3 = {{{Block10_0to3}}}")
|
||||||
lprint(f" [ 4: 2] SppolWidth_um = {SppolWidth_um}um")
|
lprint(f" [ 4: 2] SpoolWidth_um = {SpoolWidth_um}um")
|
||||||
lprint(f" [ 6:10] Block10_6to15 = {{{Block10_6to15}}}")
|
lprint(f" [ 6:10] Block10_6to15 = {{{Block10_6to15}}}")
|
||||||
lprint(" Block 12:")
|
lprint(" Block 12:")
|
||||||
lprint(f" [ 0:16] ProductionDateTime_s = \"{ProductionDateTime_s}\"")
|
lprint(f" [ 0:16] ProductionDateTime_s = \"{ProductionDateTime_s}\"")
|
||||||
|
|
Loading…
Reference in a new issue