BugFix v ulozeni gateway gate -> gw je spravne jmeno

This commit is contained in:
Pavel Brychta 2021-09-21 16:45:09 +02:00
parent 9797117ab9
commit d2e764bee0

View File

@ -288,7 +288,7 @@ String WiFiConfig::apProcessor(const String &var)
} else if (var == F("GATE")) {
String result;
result = _getIP(F("gate")).toString();
result = _getIP(F("gw")).toString();
return result;
} else if(var == F("DNS")) {
String result;