mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-05-11 01:39:35 +00:00
Some adjustmenst
This commit is contained in:
@@ -1312,8 +1312,6 @@ void MQTT_connect() {
|
||||
}
|
||||
#if defined(ESP8266)
|
||||
mqttSecureClient->setBufferSizes(512, 512);
|
||||
//debugE("ESP8266 does not have enough RAM to SSL");
|
||||
//return;
|
||||
#endif
|
||||
|
||||
if(LittleFS.begin()) {
|
||||
|
||||
@@ -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