From 6bd5a4f747ee59bed57ae31b88f473d0df5d1cca Mon Sep 17 00:00:00 2001 From: Eric Duminil Date: Tue, 1 Mar 2022 11:02:13 +0100 Subject: [PATCH] Note --- ampel-firmware/config.public.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ampel-firmware/config.public.h b/ampel-firmware/config.public.h index 0698760..d328f42 100644 --- a/ampel-firmware/config.public.h +++ b/ampel-firmware/config.public.h @@ -150,7 +150,7 @@ # define MQTT_ENCRYPTED true // Set to false for unencrypted MQTT (e.g. with port 1883). # define MQTT_USER "" # define MQTT_PASSWORD "" -# define MQTT_TOPIC_PREFIX "CO2sensors/" // ESPxxxxxx will be added to the prefix, so complete topic will be "CO2sensors/ESPxxxxxx" +# define MQTT_TOPIC_PREFIX "CO2sensors/" // ESPxxxxxx will be added to the prefix, so complete topic will be "CO2sensors/ESPxxxxxx". The prefix should probably end with '/' /** * LoRaWAN -- GitLab