"IP-Network"

This commit is contained in:
SpudGunMan
2025-10-19 22:27:40 -07:00
parent e1ff87a197
commit bbfd71f011
2 changed files with 2 additions and 2 deletions

View File

@@ -1602,7 +1602,7 @@ def onReceive(packet, interface):
hop = "MQTT"
if "unknown" in str(transport_mechanism).lower() and (snr == 0 and rssi == 0):
hop = "IP-based"
hop = "IP-Network"
if enableHopLogs:
logger.debug(f"System: Packet HopDebugger: hop_away:{hop_away} hop_limit:{hop_limit} hop_start:{hop_start} calculated_hop_count:{hop_count} final_hop_value:{hop} via_mqtt:{via_mqtt} transport_mechanism:{transport_mechanism}")

View File

@@ -334,7 +334,7 @@ def onReceive(packet, interface):
hop = "MQTT"
if "unknown" in str(transport_mechanism).lower() and (snr == 0 and rssi == 0):
hop = "IP-based"
hop = "IP-Network"
if enableHopLogs:
logger.debug(f"System: Packet HopDebugger: hop_away:{hop_away} hop_limit:{hop_limit} hop_start:{hop_start} calculated_hop_count:{hop_count} final_hop_value:{hop} via_mqtt:{via_mqtt} transport_mechanism:{transport_mechanism}")