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": "",
|
||||
"topic": "LoraAPRS/Data",
|
||||
"will_active": false,
|
||||
"will_topic": "LoraAPRS/State",
|
||||
"will_message": "offline",
|
||||
"birth_message": "online"
|
||||
"will_topic": "LoraAPRS/State",
|
||||
"will_message": "offline",
|
||||
"birth_message": "online"
|
||||
},
|
||||
"syslog": {
|
||||
"active": false,
|
||||
|
|
|
|||
|
|
@ -131,9 +131,9 @@ public:
|
|||
String password;
|
||||
String topic;
|
||||
bool will_active;
|
||||
String will_topic;
|
||||
String will_message;
|
||||
String birth_message;
|
||||
String will_topic;
|
||||
String will_message;
|
||||
String birth_message;
|
||||
};
|
||||
|
||||
class Syslog {
|
||||
|
|
|
|||
Loading…
Reference in a new issue