From 7bf386b8d2494515447e6169dab86f53a6f77ca9 Mon Sep 17 00:00:00 2001 From: Thomas Lohmueller Date: Wed, 22 Feb 2023 21:16:31 +0100 Subject: [PATCH] Changed formating to match rest of code --- data/is-cfg.json | 6 +++--- src/project_configuration.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/is-cfg.json b/data/is-cfg.json index b2de8d9..20e836e 100644 --- a/data/is-cfg.json +++ b/data/is-cfg.json @@ -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, diff --git a/src/project_configuration.h b/src/project_configuration.h index 6e85a85..287585d 100644 --- a/src/project_configuration.h +++ b/src/project_configuration.h @@ -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 {