From ac96ca9e2f8ca398d53dacbb70cf2e0d16f61064 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 9 Dec 2024 15:07:02 -0800 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mesh_bot.py b/mesh_bot.py index 68c3a61..4bc7afb 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -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