This commit is contained in:
SpudGunMan
2025-11-12 21:53:27 -08:00
parent 397c39b13d
commit 38131b4180
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ def handle_ping(message_from_id, deviceID, message, hop, snr, rssi, isDM, chann
elif "Hops" in hop:
# janky, remove the words Gateway or MQTT if present
hop = hop.replace("Gateway", "").replace("Direct", "").replace("MQTT", "").strip()
msg += f"\n{hop}🐇 "
msg += f"\n{hop} "
if "@" in message:
msg = msg + " @" + message.split("@")[1]
+1 -1
View File
@@ -109,7 +109,7 @@ def handle_ping(message_from_id, deviceID, message, hop, snr, rssi, isDM, chann
elif "Hops" in hop:
# janky, remove the words Gateway or MQTT if present
hop = hop.replace("Gateway", "").replace("Direct", "").replace("MQTT", "").strip()
msg += f"\n{hop}🐇 "
msg += f"\n{hop} "
else:
msg += "\nflood route"