Skip to content

Commit 0a9ebf0

Browse files
fixup! defining interface settings in a struct
1 parent ad4bec6 commit 0a9ebf0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/settings/settings.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,13 @@ namespace models {
4949
struct LoraSetting {
5050
char appeui[17]; // appeui is 8 octets * 2 (hex format) + \0
5151
char appkey[33]; // appeui is 16 octets * 2 (hex format) + \0
52-
_lora_band band;
53-
char channelMask[33]; //
54-
_lora_class deviceClass;
5552
};
5653

5754
struct NetworkSetting {
5855
NetworkAdapter type;
5956
union {
6057
WiFiSetting wifi;
61-
CatM1Setting catM1;
58+
CATM1Setting catM1;
6259
GSMSetting gsm;
6360
NBSetting nb;
6461
LoraSetting lora;

0 commit comments

Comments
 (0)