Open
Description
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.