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

Increase MAX_FRAME_SIZE by 4 bytes
このコミットが含まれているのは:
Liam Cottle
2026-06-03 19:58:01 +12:00
committed by GitHub
コミット cb73a4a156
+1 -1
ファイルの表示
@@ -2,7 +2,7 @@
#include <Arduino.h> #include <Arduino.h>
#define MAX_FRAME_SIZE 172 #define MAX_FRAME_SIZE 176 // +4 for transport codes (region scoping)
class BaseSerialInterface { class BaseSerialInterface {
protected: protected: