From 056159a3f3b5ecae1fed00061b061b0ac7c3e398 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 19 Oct 2025 09:21:25 -0700 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 e507348..34620e7 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -240,6 +240,7 @@ def handle_ping(message_from_id, deviceID, message, hop, snr, rssi, isDM, chann if pingCount > 1: multiPingList.append({'message_from_id': message_from_id, 'count': pingCount + 1, 'type': type, 'deviceID': deviceID, 'channel_number': channel_number, 'startCount': pingCount}) + logger.info(f"System: Starting auto-ping of type {type} for {pingCount} pings to {get_name_from_number(message_from_id, 'short', deviceID)}") if type == "🎙TEST": msg = f"🛜Initalizing BufferTest, using chunks of about {int(maxBuffer // pingCount)}, max length {maxBuffer} in {pingCount} messages" else: