mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 08:53:27 +02:00
Update mesh_bot.py
This commit is contained in:
@@ -423,6 +423,7 @@ llmLocationTable = [{'nodeID': 1234567890, 'location': 'No Location'},]
|
||||
def handle_satpass(message_from_id, deviceID, message='', vox=False):
|
||||
if vox:
|
||||
location = (latitudeValue, longitudeValue)
|
||||
message = 'satpass'
|
||||
else:
|
||||
location = get_node_location(message_from_id, deviceID)
|
||||
passes = ''
|
||||
|
||||
Reference in New Issue
Block a user