File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,9 @@ CFLAGS=-g -Wno-unused-value -Wno-missing-declarations -Wno-pointer-bool-conversi
26
26
-I$(COMPONENTS_DIR ) /heap/include \
27
27
-I$(COMPONENTS_DIR ) /log/include \
28
28
-I$(COMPONENTS_DIR ) /lwip/lwip/src/include \
29
+ -I$(COMPONENTS_DIR ) /linux/include \
29
30
-I$(COMPONENTS_DIR ) /lwip/port/esp32/include \
30
31
-I$(COMPONENTS_DIR ) /lwip/lwip/src/include/lwip/apps \
31
- -I$(COMPONENTS_DIR ) /newlib/platform_include \
32
- -I$(COMPONENTS_DIR ) /soc/include \
33
32
-I$(COMPONENTS_DIR ) /soc/include \
34
33
-I$(COMPONENTS_DIR ) /soc/esp32/include \
35
34
-I$(COMPONENTS_DIR ) /soc/src/esp32/include \
Original file line number Diff line number Diff line change @@ -24,5 +24,17 @@ menu "Example Configuration"
24
24
help
25
25
If enabled, a portion of MAC address is added to the hostname, this is used
26
26
for evaluation of tests in CI
27
+ config MDNS_ADD_MAC_TO_HOSTNAME
28
+ bool "Add mac suffix to hostname"
29
+ default n
30
+ help
31
+ If enabled, a portion of MAC address is added to the hostname, this is used
32
+ for evaluation of tests in CI
33
+ config MDNS_PUBLISH_DELEGATE_HOST
34
+ bool "Publish a delegated host"
35
+ help
36
+ Enable publishing a delegated host other than ESP32.
37
+ The example will also add a mock service for this host.
38
+
27
39
28
40
endmenu
Original file line number Diff line number Diff line change 1
1
CONFIG_IDF_TARGET="esp32"
2
- CONFIG_MDNS_RESOLVE_TEST_SERVICES=y
3
2
CONFIG_MDNS_ADD_MAC_TO_HOSTNAME=y
4
3
CONFIG_MDNS_PUBLISH_DELEGATE_HOST=y
5
4
CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES=y
@@ -12,4 +11,3 @@ CONFIG_EXAMPLE_ETH_MDIO_GPIO=18
12
11
CONFIG_EXAMPLE_ETH_PHY_RST_GPIO=5
13
12
CONFIG_EXAMPLE_ETH_PHY_ADDR=1
14
13
CONFIG_EXAMPLE_CONNECT_IPV6=y
15
- CONFIG_MDNS_BUTTON_GPIO=32
You can’t perform that action at this time.
0 commit comments