From 650e68b11ba4e7a0f96b8751243b726cd073f5c4 Mon Sep 17 00:00:00 2001 From: Eric Duminil <eric.duminil@gmail.com> Date: Sat, 1 May 2021 15:21:26 +0200 Subject: [PATCH] Config: Word order --- 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 1ca6766..544d80c 100644 --- a/ampel-firmware/config.public.h +++ b/ampel-firmware/config.public.h @@ -101,7 +101,7 @@ */ # define ALLOW_MQTT_COMMANDS false -// How often measurements should be sent to MQTT server? +// How often should measurements be sent to MQTT server? // Probably a good idea to use a multiple of MEASUREMENT_TIMESTEP, so that averages can be calculated // Set to 0 if you want to send values after each measurement // # define MQTT_SENDING_INTERVAL MEASUREMENT_TIMESTEP * 5 // [s] -- GitLab