mirror of
https://github.com/meshtastic/python.git
synced 2026-04-20 14:58:54 -04:00
1.2.16
This commit is contained in:
@@ -152,7 +152,7 @@ def printNodes(nodes, myId):
|
||||
batt = formatFloat(node['position'].get("batteryLevel"), "{:.2f}", "%")
|
||||
snr = formatFloat(node.get("snr"), "{:.2f}", " dB")
|
||||
LH = getLH(node.get("lastHeard"))
|
||||
timeAgo = getTimeAgo(node['position'].get("time"))
|
||||
timeAgo = getTimeAgo(node.get("lastHeard"))
|
||||
tableData.append({"N": 0, "User": node['user']['longName'],
|
||||
"AKA": node['user']['shortName'], "ID": node['user']['id'],
|
||||
"Position": lat+", "+lon+", "+alt,
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user