mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
Changed formating to match rest of code
This commit is contained in:
parent
dcb90404e8
commit
7bf386b8d2
|
|
@ -75,9 +75,9 @@
|
||||||
"password": "",
|
"password": "",
|
||||||
"topic": "LoraAPRS/Data",
|
"topic": "LoraAPRS/Data",
|
||||||
"will_active": false,
|
"will_active": false,
|
||||||
"will_topic": "LoraAPRS/State",
|
"will_topic": "LoraAPRS/State",
|
||||||
"will_message": "offline",
|
"will_message": "offline",
|
||||||
"birth_message": "online"
|
"birth_message": "online"
|
||||||
},
|
},
|
||||||
"syslog": {
|
"syslog": {
|
||||||
"active": false,
|
"active": false,
|
||||||
|
|
|
||||||
|
|
@ -131,9 +131,9 @@ public:
|
||||||
String password;
|
String password;
|
||||||
String topic;
|
String topic;
|
||||||
bool will_active;
|
bool will_active;
|
||||||
String will_topic;
|
String will_topic;
|
||||||
String will_message;
|
String will_message;
|
||||||
String birth_message;
|
String birth_message;
|
||||||
};
|
};
|
||||||
|
|
||||||
class Syslog {
|
class Syslog {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue