From 075a23bd2b1d752d3de1e09e77d61538f3cf7dc0 Mon Sep 17 00:00:00 2001 From: Kelly Date: Tue, 14 Oct 2025 22:21:21 -0700 Subject: [PATCH] LowerBits https://github.com/SpudGunMan/meshing-around/issues/213 --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 9195745..347e4b5 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -1097,7 +1097,7 @@ def handle_messages(message, deviceID, channel_number, msg_history, publicChanne return message.split("?")[0].title() + " command returns the last " + str(storeFlimit) + " messages sent on a channel." else: response = "" - header = f"📨Messages:\n" + header = f"📨Msgs:\n" # Calculate safe byte limit (account for header and some overhead) header_bytes = len(header.encode('utf-8')) available_bytes = max_bytes - header_bytes