Merge pull request #136 from NomDeTom/main

change maxBuffer to 200
This commit is contained in:
Kelly
2025-02-23 13:41:02 -08:00
committed by GitHub
+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