mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* companion_radio_usb: encoding in ArduinoSerialInterface changed to 16-bit frame lengths
* MAX_FRAME_SIZE now 172 (to fit max 160 byte text msg)
This commit is contained in:
parent
e53f0d0725
commit
4f0acbd8da
3 changed files with 18 additions and 11 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <Arduino.h>
|
||||
|
||||
#define MAX_FRAME_SIZE 160
|
||||
#define MAX_FRAME_SIZE 172
|
||||
|
||||
class BaseSerialInterface {
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue