feat(ux): improve wifi, voice, and print feedback flows
This commit is contained in:
@@ -16,6 +16,10 @@ esp_err_t platform_bootstrap_init(void);
|
||||
// ---------- wifi_manager ----------
|
||||
typedef enum {
|
||||
WIFI_MANAGER_EVENT_PROVISIONING_STARTED = 0,
|
||||
WIFI_MANAGER_EVENT_STA_CONNECTING,
|
||||
WIFI_MANAGER_EVENT_STA_CONNECTED,
|
||||
WIFI_MANAGER_EVENT_STA_CONNECT_FAILED,
|
||||
WIFI_MANAGER_EVENT_STA_DISCONNECTED,
|
||||
} wifi_manager_event_t;
|
||||
|
||||
typedef void (*wifi_manager_event_cb_t)(wifi_manager_event_t event, void *user_data);
|
||||
|
||||
Reference in New Issue
Block a user