mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
tool/dump_tlv: add ': ' after tag
This commit is contained in:
parent
f4780d30b0
commit
46412789ba
@ -60,7 +60,7 @@ with open (infile, 'rb') as fin:
|
|||||||
pos += 4
|
pos += 4
|
||||||
packet = fin.read(len)
|
packet = fin.read(len)
|
||||||
pos += len
|
pos += len
|
||||||
print('%04x' % tag + as_hex(packet))
|
print('%04x: ' % tag + as_hex(packet))
|
||||||
print("Done")
|
print("Done")
|
||||||
|
|
||||||
except TypeError:
|
except TypeError:
|
||||||
|
Loading…
Reference in New Issue
Block a user