Browse Source

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

Increase MAX_FRAME_SIZE by 4 bytes
pull/2674/head
Liam Cottle 2 days ago
committed by GitHub
parent
commit
cb73a4a156
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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