Update mesh_bot.py

This commit is contained in:
Nestpebble
2024-09-26 14:17:29 +01:00
committed by GitHub
parent f6215d3563
commit 7e2be73962

View File

@@ -52,7 +52,7 @@ def auto_response(message, snr, rssi, hop, pkiStatus, message_from_id, channel_n
"sun": lambda: handle_sun(message_from_id, deviceID, channel_number),
"hfcond": hf_band_conditions,
"solar": lambda: drap_xray_conditions() + "\n" + solar_conditions(),
"lheard": lambda: handle_lheard(message_from_id, deviceID),
"lheard": lambda: handle_lheard(message_from_id, deviceID, isDM),
"sitrep": lambda: handle_lheard(message_from_id, deviceID),
"whereami": lambda: handle_whereami(message_from_id, deviceID, channel_number),
"tide": lambda: handle_tide(message_from_id, deviceID, channel_number),