mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-24 07:47:30 +02:00
feat(mdns): Decouple main module from mdns-networking
Removed sharing the data via the global variable `_mdns_server`, added API `mdns_is_netif_ready()`
This commit is contained in:
@ -347,7 +347,6 @@ typedef struct mdns_tx_packet_s {
|
||||
|
||||
typedef struct {
|
||||
mdns_pcb_state_t state;
|
||||
struct udp_pcb *pcb;
|
||||
mdns_srv_item_t **probe_services;
|
||||
uint8_t probe_services_len;
|
||||
uint8_t probe_ip;
|
||||
|
Reference in New Issue
Block a user