allow bypassing the wifi manager

to disable wifi manager, use command:  nvs_set bypass_wm str -v "1"
to enable wifi manager, use command:  nvs_set bypass_wm str -v "0"
This commit is contained in:
Sebastien
2019-10-31 17:42:45 -04:00
parent 9f3f9bfbd2
commit 2ed8b50fbe
6 changed files with 238 additions and 42 deletions

View File

@@ -1,7 +1,5 @@
/* Console example declarations of command registration functions.
/* Console example <EFBFBD> declarations of command registration functions.
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied.
@@ -12,9 +10,9 @@
extern "C" {
#endif
// Register WiFi functions
void register_wifi();
#ifdef __cplusplus
}
#endif