mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-21 18:25:17 +00:00
Fixed IPv6 tick
This commit is contained in:
parent
348488af72
commit
16d1ee9761
@ -1523,6 +1523,7 @@ void AmsWebServer::handleSave() {
|
||||
strcpy(network.dns2, "");
|
||||
}
|
||||
}
|
||||
network.ipv6 = server.hasArg(F("nx")) && server.arg(F("nx")) == F("true");
|
||||
network.mdns = server.hasArg(F("nd")) && server.arg(F("nd")) == F("true");
|
||||
config->setNetworkConfig(network);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user