* 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:
Scott Powell
2025-01-29 10:12:22 +11:00
parent e53f0d0725
commit 4f0acbd8da
3 files changed
+18 -11

No files matched your search

+1 -1
View File
@@ -2,7 +2,7 @@
#include <Arduino.h>
#define MAX_FRAME_SIZE 160
#define MAX_FRAME_SIZE 172
class BaseSerialInterface {
protected: