Renamed doc folder
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -20,7 +20,9 @@
|
|||||||
|
|
||||||
# Extras
|
# Extras
|
||||||
extras/docs/*
|
extras/docs/*
|
||||||
|
extras/Module Datasheets/*
|
||||||
|
|
||||||
|
# PlatformIO/Atom/VSCode
|
||||||
.pioenvs
|
.pioenvs
|
||||||
.piolibdeps
|
.piolibdeps
|
||||||
.clang_complete
|
.clang_complete
|
||||||
@@ -28,3 +30,6 @@ extras/docs/*
|
|||||||
platformio.ini
|
platformio.ini
|
||||||
lib/readme.txt
|
lib/readme.txt
|
||||||
\.vscode/
|
\.vscode/
|
||||||
|
.vscode/.browse.c_cpp.db*
|
||||||
|
.vscode/c_cpp_properties.json
|
||||||
|
.vscode/launch.json
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -578,6 +578,8 @@ public:
|
|||||||
bool networkDisconnect() {
|
bool networkDisconnect() {
|
||||||
if (!commandMode()) return false; // return immediately
|
if (!commandMode()) return false; // return immediately
|
||||||
sendAT(GF("NR0")); // Do a network reset in order to disconnect
|
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));
|
int res = (1 == waitResponse(5000));
|
||||||
writeChanges();
|
writeChanges();
|
||||||
exitCommand();
|
exitCommand();
|
||||||
|
Reference in New Issue
Block a user