mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-26 12:13:10 +00:00
Fixed code error
This commit is contained in:
@@ -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" : "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user