Renamed doc folder

This commit is contained in:
Sara Damiano
2018-10-08 15:02:15 -04:00
parent e0bac8d7da
commit 54fdf32d7f
45 changed files with 7 additions and 0 deletions

View File

@@ -578,6 +578,8 @@ public:
bool networkDisconnect() {
if (!commandMode()) return false; // return immediately
sendAT(GF("NR0")); // Do a network reset in order to disconnect
// NOTE: On wifi modules, using a network reset will not
// allow the same ssid to re-join without rebooting the module.
int res = (1 == waitResponse(5000));
writeChanges();
exitCommand();