We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the intended way of handling Wi-Fi network password changes (the router's SSID stays the same, but the password has been changed) in STA mode (https://gopro.github.io/OpenGoPro/ble/features/access_points.html)?
One way could be to use RequestConnectNew everytime, but the docs clearly state that this function should only be used with non-provisioned networks.
RequestConnectNew
The text was updated successfully, but these errors were encountered:
You do need to use RequestConnectNew in this case. I'll need to update the docs to note this special case.
Sorry, something went wrong.
As a side note: I have completely abandoned using RequestConnect in favor of RequestConnectNew because RequestConnect is quiet unreliable.
RequestConnect
tcamise-gpsw
No branches or pull requests
What is the intended way of handling Wi-Fi network password changes (the router's SSID stays the same, but the password has been changed) in STA mode (https://gopro.github.io/OpenGoPro/ble/features/access_points.html)?
One way could be to use
RequestConnectNew
everytime, but the docs clearly state that this function should only be used with non-provisioned networks.The text was updated successfully, but these errors were encountered: