mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-29 00:25:32 +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
|
||||
packet = fin.read(len)
|
||||
pos += len
|
||||
print('%04x' % tag + as_hex(packet))
|
||||
print('%04x: ' % tag + as_hex(packet))
|
||||
print("Done")
|
||||
|
||||
except TypeError:
|
||||
|
Loading…
Reference in New Issue
Block a user