Turn on WiFi hardware once turned off with WiFi.end() #341
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
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.
The text was updated successfully, but these errors were encountered: