Increase MAX_FRAME_SIZE by 4 bytes

It's the safest fix for now to fix region scoped messages from being
dropped early
Tento commit je obsažen v:
Wessel Nieboer
2026-05-26 11:51:14 +02:00
odevzdal Wessel Nieboer
rodič d2c2a6ef0b
revize 62f1b11d5b
+1 -1
Zobrazit soubor
@@ -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: