mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-01 22:51:58 +00:00
Some adjustmenst
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user