Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-11-28 22:59:49 -08:00
parent 479e177a64
commit 03f1869b23
+1
View File
@@ -884,6 +884,7 @@ def onReceive(packet, interface):
if hop_start == hop_limit:
hop = "Direct"
hop_count = 0
else:
# set hop to Direct if the message was sent directly otherwise set the hop count
if hop_away > 0: