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
提交者 GitHub
當前提交 cb73a4a156
+1 -1
查看文件
@@ -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: