mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-02 07:00:51 +00:00
Option to send raw data frame to MQTT
This commit is contained in:
@@ -551,6 +551,7 @@ void AmsWebServer::configMqttHtml() {
|
||||
for(int i = 0; i<4; i++) {
|
||||
html.replace("{f" + String(i) + "}", mqtt.payloadFormat == i ? "selected" : "");
|
||||
}
|
||||
html.replace("{f255}", mqtt.payloadFormat == 255 ? "selected" : "");
|
||||
|
||||
html.replace("{s}", mqtt.ssl ? "checked" : "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user