BugFix v ulozeni gateway gate -> gw je spravne jmeno
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user