Enable MQTT retain (sigh)

Enable MQTT retain (sigh) (#12494)
This commit is contained in:
Theo Arends 2021-11-04 17:01:05 +01:00
parent fcb65adcd0
commit 128f7723d1
1 changed files with 1 additions and 1 deletions

View File

@ -2741,7 +2741,7 @@ void MI32ShowOneMISensor(){
sprintf(SensorTopic, "tele/tasmota_ble/%s",
id);
MqttPublish(SensorTopic);
MqttPublish(SensorTopic, Settings->flag.mqtt_sensor_retain);
//AddLog(LOG_LEVEL_DEBUG,PSTR("M32: %s: show some %d %s"),D_CMND_MI32, MI32.mqttCurrentSlot, ResponseData());
}
MI32.mqttCurrentSingleSlot++;