mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 08:53:27 +02:00
Update system.py
This commit is contained in:
@@ -763,7 +763,6 @@ def consumeMetadata(packet, rxNode=0):
|
||||
if nodeID not in positionMetadata:
|
||||
positionMetadata[nodeID] = {}
|
||||
|
||||
keys = ['altitude', 'groundSpeed', 'precisionBits']
|
||||
for key in keys:
|
||||
positionMetadata[nodeID][key] = position_data.get(key, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user