remove LastHop

This commit is contained in:
SpudGunMan
2025-10-21 14:26:43 -07:00
parent cd03cc56b4
commit d002c5ede8
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -1601,9 +1601,6 @@ def onReceive(packet, interface):
if hop == "" and hop_count > 0:
hop = f"{hop_count} Hop" if hop_count == 1 else f"{hop_count} Hops"
if hop_away == 0 and hop_limit == 0 and hop_start == 0:
hop = "Last Hop"
if hop_start == hop_limit and "lora" in str(transport_mechanism).lower():
hop = "Direct"
-3
View File
@@ -348,9 +348,6 @@ def onReceive(packet, interface):
if hop == "" and hop_count > 0:
hop = f"{hop_count} Hop" if hop_count == 1 else f"{hop_count} Hops"
if hop_away == 0 and hop_limit == 0 and hop_start == 0:
hop = "Last Hop"
if hop_start == hop_limit and "lora" in str(transport_mechanism).lower():
hop = "Direct"