hoist wifi_manager_connect so it can be called from the handler

This commit is contained in:
Morgan Allen 2018-09-21 21:31:37 -07:00
parent 3e25c915fa
commit 30a0877de7
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ typedef struct ap_store_base {
ap_store_t ap_store;
static EventGroupHandle_t wm_event_group;
void wifi_manager_connect();
uint8_t wifi_manager_ap_count() {
return ap_store.count;
};