mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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