You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with the Correct SSID and password, if the wifi is so week, Visible, but very weak , WiFi.status() will took many Minutes.
ps. if the wifi is not found, or the password is error, .status() will work ok.
origin code:
Serial1.resetESP();
delay(3000); //wait while WiFiLink firmware connects to WiFi with Web Panel settings
WiFi.init(&Serial1);
Serial.println("wait wifi status...");
while (WiFi.status() != WL_CONNECTED) {
delay(100);
}
After I change it like this, reboot my board to try more times, there is a chance to connect WiFi success
with the Correct SSID and password, if the wifi is so week, Visible, but very weak , WiFi.status() will took many Minutes.
ps. if the wifi is not found, or the password is error, .status() will work ok.
origin code:
After I change it like this, reboot my board to try more times, there is a chance to connect WiFi success
The text was updated successfully, but these errors were encountered: