-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Status: SolvedThe issue has been resolved and requires no further action.The issue has been resolved and requires no further action.Type: Feature requestFeature request for Arduino ESP32Feature request for Arduino ESP32
Description
Related area
WiFi
Hardware specification
ESP32 devkit
Is your feature request related to a problem?
I'm trying to make the ESP32 connect to the AP with the best signal strength.
Therefore I'm doing a WifiScan, find the BSSID & channel with the strongest signal, do a disconnect(false, true) to erase previous AP info and then do WiFi.begin with the BSSID and channel.
As the disconnect does not return false when the erasure fails, I'm not sure if the erase succeeded
Describe the solution you'd like
Have the disconnect function return false when erasure of the AP info fails
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.
Metadata
Metadata
Assignees
Labels
Status: SolvedThe issue has been resolved and requires no further action.The issue has been resolved and requires no further action.Type: Feature requestFeature request for Arduino ESP32Feature request for Arduino ESP32