Update config.template

change maxBuffer to 200 by default, as this is the longest that the recent firmware allows.
This commit is contained in:
Tom
2025-02-23 01:28:17 +00:00
committed by GitHub
parent f399190d3c
commit 41efbc6189
+1 -1
View File
@@ -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