BugFix v ulozeni gateway gate -> gw je spravne jmeno
This commit is contained in:
parent
9797117ab9
commit
d2e764bee0
@ -288,7 +288,7 @@ String WiFiConfig::apProcessor(const String &var)
|
|||||||
} else if (var == F("GATE")) {
|
} else if (var == F("GATE")) {
|
||||||
String result;
|
String result;
|
||||||
|
|
||||||
result = _getIP(F("gate")).toString();
|
result = _getIP(F("gw")).toString();
|
||||||
return result;
|
return result;
|
||||||
} else if(var == F("DNS")) {
|
} else if(var == F("DNS")) {
|
||||||
String result;
|
String result;
|
||||||
|
Loading…
Reference in New Issue
Block a user