-
Notifications
You must be signed in to change notification settings - Fork 108
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
add method waitForConnectResult to improve wifi connecting #262
add method waitForConnectResult to improve wifi connecting #262
Conversation
Memory usage change @ 7c8558e
Click for full report table
Click for full report CSV
|
WiFi.begin is blocking in WiFiNINA and other Arduino WiFi libraries. There is nothing to wait for. |
@JAndrassy yes I saw the code, but when I tested it I reached the fastest connection time with this aproach. In addition this would be the best combination with the branch From my expirience a blocking begin is not so a good approach regarding fast connection time. The other solution would be to rework the begin to be able to distinguish between timeout an other wl_status codes. |
With the |
@JAndrassy |
improve Wifi connecting by new method
waitForConnectResult()