Some adjustmenst

This commit is contained in:
Gunnar Skjold
2022-06-23 20:22:15 +02:00
parent a5d1a2c0ee
commit 648cac0b06
3 changed files with 1 additions and 4 deletions

View File

@@ -497,7 +497,6 @@ void AmsWebServer::configMqttHtml() {
}
html.replace("{f255}", mqtt.payloadFormat == 255 ? "selected" : "");
html.replace("{sd}", ""); // Could be used to hide SSL config with "d-none"
html.replace("{s}", mqtt.ssl ? "checked" : "");
if(LittleFS.begin()) {