mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-18 01:11:58 +00:00
Fixed code error
This commit is contained in:
parent
2617956b38
commit
3231d0747e
@ -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" : "");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user