From 3384fc0e555754a07d902d516682a44596fe8a03 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Tue, 21 Mar 2023 21:28:50 +0100 Subject: [PATCH] Update project_configuration.h --- src/project_configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project_configuration.h b/src/project_configuration.h index 287585d..fd3b13a 100644 --- a/src/project_configuration.h +++ b/src/project_configuration.h @@ -121,7 +121,7 @@ public: class MQTT { public: - MQTT() : active(false), server(""), port(1883), name(""), password(""), topic("LoraAPRS/Data"), will_active(false), will_topic("LoraAPRS/State"), will_message("offline"),birth_message("online") { + MQTT() : active(false), server(""), port(1883), name(""), password(""), topic("LoraAPRS/Data"), will_active(false), will_topic("LoraAPRS/State"), will_message("offline"), birth_message("online") { } bool active;