Fixed code error

This commit is contained in:
Gunnar Skjold 2022-06-04 10:05:09 +02:00
parent 2617956b38
commit 3231d0747e

View File

@ -499,7 +499,7 @@ void AmsWebServer::configMqttHtml() {
#if defined(ESP8266)
html.replace("{sd}", "d-none");
#elif
#else
html.replace("{sd}", "");
html.replace("{s}", mqtt.ssl ? "checked" : "");