feat: keep admin portal online

This commit is contained in:
Asklv
2026-03-08 23:04:14 +08:00
parent 6c283553f9
commit 163f946e50
4 changed files with 31 additions and 6 deletions

View File

@@ -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);