Update UI icons & show more wifi status via LED

This commit is contained in:
Matt
2025-12-14 18:47:03 +00:00
parent 9b534de1ec
commit bc97c96f2a
4 changed files with 40 additions and 35 deletions

View File

@@ -13,4 +13,5 @@ void wifi_manager_register_uri(httpd_handle_t server);
// Helper to erase NVS credentials (can be called by button handler)
void wifi_manager_erase_config(void);
bool is_connected(void);
#endif // WIFI_MANAGER_H