diff --git a/src/my_config.h b/src/my_config.h index 88b54c116..20f704efd 100644 --- a/src/my_config.h +++ b/src/my_config.h @@ -25,7 +25,7 @@ #define MQTT_TOPIC_START_PAYLOAD "start" #define MQTT_WILL_TOPIC "status" // for last will & testament topic name #define MQTT_WILL_PAYLOAD "0" // for last will & testament payload -#define MQTT_RETAIN true +#define MQTT_RETAIN false #define MQTT_KEEPALIVE 300 #define MQTT_QOS 1