mirror of
https://github.com/meshtastic/python.git
synced 2026-02-28 20:50:11 -05:00
Removed lat, lon , alt
This commit is contained in:
@@ -161,7 +161,7 @@ def printNodes(nodes):
|
||||
batt=formatFloat(node['position'].get("batteryLevel"), "{:.2f}", "%")
|
||||
snr=formatFloat(node.get("snr"), "{:.2f}", " dB")
|
||||
tableData.append({"User":node['user']['longName'],
|
||||
"Position":"Lat:"+lat+", Lon:"+lon+", Alt:"+alt,
|
||||
"Position":lat+", "+lon+", "+alt,
|
||||
"Battery":batt, "SNR":snr, "LastHeard":LH})
|
||||
table.setData(tableData)
|
||||
table.displayTable()
|
||||
|
||||
Reference in New Issue
Block a user