mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-26 17:17:19 +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:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
#define MAX_FRAME_SIZE 160
|
||||
#define MAX_FRAME_SIZE 172
|
||||
|
||||
class BaseSerialInterface {
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user