-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ESP8266WifiMulti bugs #386
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
Comments
fixed, if the freezes is good or bad is depends on the application. |
Hmm... using About freezes: (as an idea) For now I wrote "alternate" version of wifiMulti - only cycle between added SSID's without scanning and RSSI analyzing. The simple use case is: two known AP's, for example at home and at work. So I do need only connect to known SSID, not to select th best )) |
the compare of time is for an x68 cpu. the implementation on the ESP is like (strlen + malloc + memcpy):
so faster i not think so, but it will save some bytes yes :) yes you can try "blue forcing" the right AP. but you use case is much simpler the one i have. coding half sleeping is a bad idea |
use strdup to save some flash #386 part 2
As far as I know C, there is several bugs in ESP8266WiFiMulti::APlistAdd:
BTW, I think it is not good idea to rescan wifi points every time.
run()
freezes for several seconds if no valid SSID availableThe text was updated successfully, but these errors were encountered: