Use struct for config

pull/6/head
sh123 2020-06-12 17:57:03 +03:00
rodzic 963f1c69c5
commit 056d77caf8
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -9,9 +9,8 @@
#include "BluetoothSerial.h"
#include "ax25_payload.h"
class LoraPrsConfig
struct LoraPrsConfig
{
public:
bool IsClientMode;
long LoraFreq;