mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-06-07 06:31:37 +00:00
Increase MAX_FRAME_SIZE by 4 bytes
It's the safest fix for now to fix region scoped messages from being dropped early
This commit is contained in:
committed by
Wessel Nieboer
parent
d2c2a6ef0b
commit
62f1b11d5b
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user