include bootstrap in readme
This commit is contained in:
parent
de55a62409
commit
f3f5f6d7f9
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ Return number of AP in storage.
|
||||||
## `uint8_t wifi_manager_add_ap(char *ssid, char *password)`
|
## `uint8_t wifi_manager_add_ap(char *ssid, char *password)`
|
||||||
Adds AP to storage. !This will change! Will become a struct config.
|
Adds AP to storage. !This will change! Will become a struct config.
|
||||||
|
|
||||||
|
## `uint8_t wifi_manager_bootstrap_config()`
|
||||||
|
Loads build time sdkconfig variables into WiFi Manager.
|
||||||
|
|
||||||
# `EventGroupHandle_t wm_event_group Bits`
|
# `EventGroupHandle_t wm_event_group Bits`
|
||||||
|
|
||||||
## `WIFI_CONNECTED`
|
## `WIFI_CONNECTED`
|
||||||
|
|
Loading…
Reference in a new issue