- make wifi_provisioning component compatible with netwrok_interface component

- add i2s channel delete to deinit_player()
- improve network interface component
  store IP and connection status of interfaces
- improve UI http server

Signed-off-by: Karl Osterseher <karli_o@gmx.at>
This commit is contained in:
Karl Osterseher
2025-02-21 18:43:18 +01:00
Unverified
parent 9ba8bf1743
commit fa9852ac31
15 changed files with 253 additions and 236 deletions

View File

@@ -6,6 +6,7 @@
extern "C" {
#endif
bool eth_get_ip(esp_netif_ip_info_t *ip);
void eth_start(void);
#ifdef __cplusplus