Changed formating to match rest of code

This commit is contained in:
Thomas Lohmueller 2023-02-22 21:16:31 +01:00
parent dcb90404e8
commit 7bf386b8d2
2 changed files with 6 additions and 6 deletions

View file

@ -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,

View file

@ -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 {