mirror of
https://github.com/espressif/openthread.git
synced 2026-08-29 21:39:54 +00:00
Print shorts as hex values. (#863)
This commit is contained in:
@@ -326,6 +326,8 @@ class SpinelCliCmd(Cmd, SpinelCodec):
|
||||
print(str(ipaddress.IPv6Address(value)))
|
||||
elif (mixed_format == 'D') or (mixed_format == 'E'):
|
||||
print(util.hexify_str(value, ''))
|
||||
elif mixed_format == 'H':
|
||||
print("%04x" % value)
|
||||
else:
|
||||
print(str(value))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user