From cf896767fb21385935dfa4fe9a8ea9fb7d9078d9 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 14 Oct 2025 13:41:31 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mesh_bot.py b/mesh_bot.py index f231755..6728d6d 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -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 = ''