From 14aa127f31b61dcbc467cdfb8f501d598f972e3b Mon Sep 17 00:00:00 2001 From: Nestpebble <116762865+Nestpebble@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:33:30 +0100 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mesh_bot.py b/mesh_bot.py index aad1a71..ea3b515 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -263,15 +263,15 @@ def handle_moon(message_from_id, deviceID, channel_number): def handle_ack(hop, snr, rssi): if hop == "Direct": - return "🏓ACK-ACK! " + f"SNR:{snr} RSSI:{rssi}" + return "✋ACK-ACK! " + f"SNR:{snr} RSSI:{rssi}" else: - return "🏓ACK-ACK! " + hop + return "✋ACK-ACK! " + hop def handle_testing(hop, snr, rssi): if hop == "Direct": - return "🏓Testing 1,2,3 " + f"SNR:{snr} RSSI:{rssi}" + return "🎙Testing 1,2,3 " + f"SNR:{snr} RSSI:{rssi}" else: - return "🏓Testing 1,2,3 " + hop + return "🎙Testing 1,2,3 " + hop def onDisconnect(interface): global retry_int1, retry_int2