mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-22 14:57:30 +02:00
mdns: use esp_event library to handle events
* Original commit: espressif/esp-idf@a2d59525e5
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
d9aec9fc71
commit
6ea0ea93fa
@ -247,8 +247,8 @@ static void mdns_example_task(void *pvParameters)
|
||||
void app_main()
|
||||
{
|
||||
ESP_ERROR_CHECK( nvs_flash_init() );
|
||||
initialise_mdns();
|
||||
initialise_wifi();
|
||||
initialise_mdns();
|
||||
initialise_button();
|
||||
xTaskCreate(&mdns_example_task, "mdns_example_task", 2048, NULL, 5, NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user