revert dev7 mqtt changes

This commit is contained in:
MichaelDvP
2026-08-19 16:37:10 +02:00
parent 8f118e07a3
commit cec0fbc95d
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -2207,7 +2207,7 @@ void EMSdevice::mqtt_ha_entity_config_create() {
#ifndef EMSESP_STANDALONE
// always create minimum one config
if (count && (heap_caps_get_free_size(MALLOC_CAP_INTERNAL) < 65 * 1024)) { // checks free Heap
if (count && (heap_caps_get_free_size(MALLOC_CAP_8BIT) < 65 * 1024)) { // checks free Heap+PSRAM
break;
}
#endif
-1
View File
@@ -352,7 +352,6 @@ void Mqtt::reset_mqtt() {
mqttClient_->disconnect(true); // force a disconnect
}
load_settings(); // reload MQTT settings
connectcount_ = 0;
}
// load the settings from service