use http_request for version cache

This commit is contained in:
MichaelDvP
2026-08-20 12:44:21 +02:00
parent c45441e3be
commit 88f258d7e9
2 changed files with 7 additions and 83 deletions
+1 -1
View File
@@ -504,7 +504,7 @@ void Mqtt::on_disconnect(espMqttClientTypes::DisconnectReason reason) {
// MQTT on_connect - when an MQTT connect is established
void Mqtt::on_connect() {
if (connecting_) {
return; // prevent duplicated connections and unsuccessful tries
return; // prevent duplicated connections
}
LOG_INFO("MQTT connected");