- 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:
@@ -22,8 +22,9 @@ extern char *ipv6_addr_types_to_str[6];
|
||||
|
||||
esp_netif_t *network_get_netif_from_desc(const char *desc);
|
||||
const char *network_get_ifkey(esp_netif_t *esp_netif);
|
||||
bool network_if_get_ip(esp_netif_ip_info_t *ip);
|
||||
bool network_is_netif_up(esp_netif_t *esp_netif);
|
||||
bool network_is_our_netif(const char *prefix, esp_netif_t *netif);
|
||||
void network_init(void);
|
||||
void network_if_init(void);
|
||||
|
||||
#endif /* COMPONENTS_NETWORK_INTERFACE_INCLUDE_NETWORK_INTERFACE_H_ */
|
||||
|
||||
Reference in New Issue
Block a user