Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-12-09 14:56:32 -08:00
parent 389945e023
commit 02ffe0eb3a
+3
View File
@@ -695,6 +695,9 @@ def handle_lheard(message, nodeid, deviceID, isDM):
else:
# trim the last \n
bot_response = bot_response[:-1]
# get count of nodes heard
bot_response += f"\n👀In Mesh: {len(seenNodes)}"
# bot_response += getNodeTelemetry(deviceID)
return bot_response