Merge pull request #2022 from weebl2000/adjust-max-framesize

Increase MAX_FRAME_SIZE by 4 bytes
This commit is contained in:
Liam Cottle
2026-06-03 19:58:01 +12:00
committed by GitHub
+1 -1
View File
@@ -2,7 +2,7 @@
#include <Arduino.h>
#define MAX_FRAME_SIZE 172
#define MAX_FRAME_SIZE 176 // +4 for transport codes (region scoping)
class BaseSerialInterface {
protected: