kopia lustrzana https://github.com/sh123/esp32_loraprs
Use struct for config
rodzic
963f1c69c5
commit
056d77caf8
|
@ -9,9 +9,8 @@
|
||||||
#include "BluetoothSerial.h"
|
#include "BluetoothSerial.h"
|
||||||
#include "ax25_payload.h"
|
#include "ax25_payload.h"
|
||||||
|
|
||||||
class LoraPrsConfig
|
struct LoraPrsConfig
|
||||||
{
|
{
|
||||||
public:
|
|
||||||
bool IsClientMode;
|
bool IsClientMode;
|
||||||
|
|
||||||
long LoraFreq;
|
long LoraFreq;
|
||||||
|
|
Ładowanie…
Reference in New Issue