From 2a5a31b19b4b484c379ced35ae172e9774437168 Mon Sep 17 00:00:00 2001 From: Manfred Date: Wed, 22 Feb 2023 08:38:38 +0100 Subject: [PATCH] get rid of spaces in topics we really should not use spaces in (sub)topics --- src/publisher/pubMqttDefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/publisher/pubMqttDefs.h b/src/publisher/pubMqttDefs.h index 2045c2bc..64309b18 100644 --- a/src/publisher/pubMqttDefs.h +++ b/src/publisher/pubMqttDefs.h @@ -79,7 +79,7 @@ const char* const subtopics[] PROGMEM = { "alarm_start", "alarm_end", "connected", - "not connected", + "not_connected", "ack_pwr_limit" };