hoist wifi_manager_connect so it can be called from the handler
This commit is contained in:
parent
3e25c915fa
commit
30a0877de7
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ typedef struct ap_store_base {
|
||||||
ap_store_t ap_store;
|
ap_store_t ap_store;
|
||||||
static EventGroupHandle_t wm_event_group;
|
static EventGroupHandle_t wm_event_group;
|
||||||
|
|
||||||
|
void wifi_manager_connect();
|
||||||
|
|
||||||
uint8_t wifi_manager_ap_count() {
|
uint8_t wifi_manager_ap_count() {
|
||||||
return ap_store.count;
|
return ap_store.count;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue