From 41efbc61898ae0258faec0685c7686c36a7665d6 Mon Sep 17 00:00:00 2001 From: Tom <116762865+NomDeTom@users.noreply.github.com> Date: Sun, 23 Feb 2025 01:28:17 +0000 Subject: [PATCH] Update config.template change maxBuffer to 200 by default, as this is the longest that the recent firmware allows. --- config.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.template b/config.template index 239daad..07053a8 100644 --- a/config.template +++ b/config.template @@ -266,6 +266,6 @@ MESSAGE_CHUNK_SIZE = 160 # Request Acknowledgement of message OTA wantAck = False # Max limit buffer for radio testing. 233 is hard limit 2.5+ firmware -maxBuffer = 220 +maxBuffer = 200