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

Increase MAX_FRAME_SIZE by 4 bytes
Dieser Commit ist enthalten in:
Liam Cottle
2026-06-03 19:58:01 +12:00
committet von GitHub
Commit cb73a4a156
+1 -1
Datei anzeigen
@@ -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: