Browse Source

Increase MAX_FRAME_SIZE by 4 bytes

It's the safest fix for now to fix region scoped messages from being
dropped early
pull/2022/head
Wessel Nieboer 3 months ago
committed by Wessel Nieboer
parent
commit
62f1b11d5b
No known key found for this signature in database GPG Key ID: 929C8E45E33B5FD2
  1. 2
      src/helpers/BaseSerialInterface.h

2
src/helpers/BaseSerialInterface.h

@ -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:

Loading…
Cancel
Save