mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-07-04 08:51:18 +02:00
OSD side bar
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#ifdef SERIAL_OUT
|
||||
#include "comms.h"
|
||||
#include <config.h>
|
||||
|
||||
@@ -293,3 +294,4 @@ String _wrap_str(String v)
|
||||
String r = String(v.length()) + "\n" + v;
|
||||
return "WRAP " + String(crc16(r, 0), 16) + " " + r;
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#ifndef __COMMS_H
|
||||
#define __COMMS_H
|
||||
|
||||
#ifdef SERIAL_OUT
|
||||
#include <HardwareSerial.h>
|
||||
#include <config.h>
|
||||
|
||||
@@ -86,3 +87,4 @@ struct ReadlineComms : Comms
|
||||
extern Comms *Comms0;
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user