-
Notifications
You must be signed in to change notification settings - Fork 49
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
Joining WiFi sometimes fails. Be more graceful #4
Comments
Option to skip and run off RTC... (maybe people take it somewhere to demo.. who knows) |
Maybe this will help? /* Set the ESP to be a WiFi-client, otherwise by default, it acts as both a client and an access-point
This came from a very easy way to handle timezones. It's basically built in.. see here: https://github.com/G6EJD/ESP_Simple_Clock_Functions |
I added your suggested code: |
Mark, I think this is an old issue, never had any problems mentioned above. Probably you can close this as resolved? |
But! But! But! I opened it! </sarcasm> Yeah, you're probably right. This was firmware from ages ago, and the WiFi code has changed dramatically since then. Resolving. |
@ExplodingLemur just reported this problem happening to him. Reopening. Its probably a good idea to put some retry logic around wifi connection failures. That seems reasonable. |
Sometimes, when joining wifi on boot, it just keeps writing
.
to the TFT and never succeeds. Be more graceful with wifi connection failures.The text was updated successfully, but these errors were encountered: