Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-12-09 15:07:02 -08:00
parent 02ffe0eb3a
commit ac96ca9e2f
+1
View File
@@ -944,6 +944,7 @@ def onReceive(packet, interface):
else:
hop_start = 0
#logger.debug(f"System: Packet HopDebugger: hop_away:{hop_away} hop_limit:{hop_limit} hop_start:{hop_start}")
if hop_start == hop_limit:
hop = "Direct"
hop_count = 0