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
родитель 15889c32c0 62f1b11d5b
Коммит 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: