We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2653e7 commit 0d7a309Copy full SHA for 0d7a309
components/mdns/private_include/mdns_networking.h
@@ -19,7 +19,6 @@
19
#include "lwip/priv/tcpip_priv.h"
20
#include "esp_wifi.h"
21
#include "esp_system.h"
22
-#include "esp_timer.h"
23
#include "esp_event.h"
24
#if CONFIG_ETH_ENABLED
25
#include "esp_eth.h"
components/mdns/private_include/mdns_private.h
@@ -16,6 +16,7 @@
16
17
#include "esp_event_base.h"
18
#include "esp_task.h"
+#include "esp_timer.h"
//#define MDNS_ENABLE_DEBUG
0 commit comments