Update mesh_bot.py

This commit is contained in:
SpudGunMan
2025-10-14 13:40:27 -07:00
parent e959124eac
commit 1eb4cf71ed
+1 -1
View File
@@ -420,7 +420,7 @@ llmRunCounter = 0
llmTotalRuntime = []
llmLocationTable = [{'nodeID': 1234567890, 'location': 'No Location'},]
def handle_satpass(message_from_id, deviceID, message, vox=False):
def handle_satpass(message_from_id, deviceID, message='', vox=False):
if vox:
location = (latitudeValue, longitudeValue)
else: