瀏覽代碼

changed scan logic - only scan on demand when starting up or a webpage is hit

Alan Steremberg 8 年之前
父節點
當前提交
3100e43800
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ESPAsyncWiFiManager.cpp

+ 1 - 0
ESPAsyncWiFiManager.cpp

@@ -325,6 +325,7 @@ boolean  AsyncWiFiManager::startConfigPortal(char const *apName, char const *apP
 	if ( millis() > scannow + 10000)
 	{
 	DEBUG_WM(F("About to scan()"));
+	shouldscan=true;  // since we are modal, we can scan every time
 	scan();
 	scannow= millis() ;
 	}