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
Hi,
I'm trying to find out a way to stop wifi manager and restart it after a while;
As my project has a ethernet conection, the goal is use ethernet cable all time, but, if a ethernet cable is not connected, so, I start wifi manager.
But if wifi manager has started and the ethernet cable is plugged, I need to stop wifi manager and use the ethernet cable.
I saw the function wifi_manager_destroy(), but I don't know if it's the righ function to use.
I would like to "pause" the wifi manager and not destoy all objects.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm trying to find out a way to stop wifi manager and restart it after a while;
As my project has a ethernet conection, the goal is use ethernet cable all time, but, if a ethernet cable is not connected, so, I start wifi manager.
But if wifi manager has started and the ethernet cable is plugged, I need to stop wifi manager and use the ethernet cable.
I saw the function wifi_manager_destroy(), but I don't know if it's the righ function to use.
I would like to "pause" the wifi manager and not destoy all objects.
Thanks in advance.
The text was updated successfully, but these errors were encountered: