-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP8266 Crashing! #9097
Comments
Too much time in this loop without while (WiFi.status() != WL_CONNECTED && attempts < 60)
{
wifiLedUpdate();
delay(500);
Serial.print(".");
attempts++;
} |
Is there a negative side of high delay in connection controls? |
|
I really hate that String+=char loop in your callback function, with an unknown length... Just guessing |
does |
Yes |
I agree with @asturcon3 about the use of in the callback function Also in |
Platform
Settings in IDE
Problem Description
what's the problem? please help
Debug Messages
Decode Debug Messages
Decode Debug Messages 2
The text was updated successfully, but these errors were encountered: