mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
esp_wifi: wifi support new event mechanism
1. WiFi support new event mechanism 2. Update examples to use new event mechanism * Original commit: espressif/esp-idf@003a9872b7
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
7cdf96cffa
commit
c70d527d80
@ -354,7 +354,7 @@ esp_err_t mdns_query_aaaa(const char * host_name, uint32_t timeout, ip6_addr_t *
|
|||||||
* @param ctx The system event context
|
* @param ctx The system event context
|
||||||
* @param event The system event
|
* @param event The system event
|
||||||
*/
|
*/
|
||||||
esp_err_t mdns_handle_system_event(void *ctx, system_event_t *event);
|
esp_err_t mdns_handle_system_event(void *ctx, system_event_t *event) __attribute__((deprecated));
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user