Skip to content
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

Turn on WiFi hardware once turned off with WiFi.end() #341

Open
devnevins opened this issue Mar 28, 2023 · 0 comments
Open

Turn on WiFi hardware once turned off with WiFi.end() #341

devnevins opened this issue Mar 28, 2023 · 0 comments
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@devnevins
Copy link

Issue #88 does a good job turning off the hardware when WiFi.end() is called. However, calling begin() does not turn the hardware back on and the system thinks that the hardware is running. Be nice to have some simple off/on methods or have that fully wrapped up into the begin and end methods since that is more in line with Arduino best practice.

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants