diff --git a/ampel-firmware/config.public.h b/ampel-firmware/config.public.h index 5c1fa03945ce3c03fd2ea1680742e6b240244b52..4d7c3b5636066659da4d488f59f853a82f22e5aa 100644 --- a/ampel-firmware/config.public.h +++ b/ampel-firmware/config.public.h @@ -148,7 +148,7 @@ // How often should measurements be sent to MQTT server? // Set to 0 if you want to send values after each measurement // # define MQTT_SENDING_INTERVAL MEASUREMENT_TIMESTEP * 5 // [s] -# define MQTT_SENDING_INTERVAL 60 // [s] +# define MQTT_SENDING_INTERVAL 300 // [s] # define MQTT_SERVER "test.mosquitto.org" // MQTT server URL or IP address # define MQTT_PORT 8883 # define MQTT_ENCRYPTED true // Set to false for unencrypted MQTT (e.g. with port 1883). If undefined, MQTT_ENCRYPTED will be set to true.