MQTT_MAX_MESSAGE_AGE_MILLIS 11 seconds

This commit is contained in:
Patrick Haßel 2024-12-29 09:29:18 +01:00
parent 93a0ee8a86
commit 5790286e32

View File

@ -6,7 +6,7 @@
#define MQTT_CONNECT_TIMEOUT_MILLISECONDS 5000
#define MQTT_MAX_MESSAGE_AGE_MILLIS 5000
#define MQTT_MAX_MESSAGE_AGE_MILLIS 11000
#define PHOTOVOLTAIC_POWER "openDTU/pv/ac/power"