mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-07-29 21:13:16 +02:00
pad nodeids
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ def node_id_to_hex(node_id):
|
||||
if node_id == 4294967295:
|
||||
return "^all"
|
||||
else:
|
||||
return f"!{hex(node_id)[2:]}"
|
||||
return f"!{hex(node_id)[2:].zfill(8)}"
|
||||
|
||||
|
||||
def format_timestamp(timestamp):
|
||||
|
||||
Reference in New Issue
Block a user