feat: keep admin portal online
This commit is contained in:
@@ -59,3 +59,8 @@ bool wifi_manager_has_credentials(void);
|
||||
* Stop WiFi (for mode switching during onboarding).
|
||||
*/
|
||||
esp_err_t wifi_manager_stop(void);
|
||||
|
||||
/**
|
||||
* Enable or disable STA auto-reconnect on disconnect events.
|
||||
*/
|
||||
void wifi_manager_set_reconnect_enabled(bool enabled);
|
||||
|
||||
Reference in New Issue
Block a user