|
@@ -446,8 +446,10 @@ boolean AsyncWiFiManager::startConfigPortal(char const *apName, char const *apP
|
|
scannow= -1 ;
|
|
scannow= -1 ;
|
|
while (_configPortalTimeout == 0 || millis() < _configPortalStart + _configPortalTimeout) {
|
|
while (_configPortalTimeout == 0 || millis() < _configPortalStart + _configPortalTimeout) {
|
|
//DNS
|
|
//DNS
|
|
- //dnsServer->processNextRequest();
|
|
|
|
-
|
|
|
|
|
|
+ #ifndef USE_EADNS
|
|
|
|
+ dnsServer->processNextRequest();
|
|
|
|
+ #endif
|
|
|
|
+
|
|
//
|
|
//
|
|
// we should do a scan every so often here
|
|
// we should do a scan every so often here
|
|
//
|
|
//
|