mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-08-01 03:34:40 +02:00
fix(mdns): Host test with IDFv5.1
This commit is contained in:
15
components/mdns/tests/host_test/main/Kconfig.projbuild
Normal file
15
components/mdns/tests/host_test/main/Kconfig.projbuild
Normal file
@@ -0,0 +1,15 @@
|
||||
menu "Test Configuration"
|
||||
|
||||
config TEST_HOSTNAME
|
||||
string "mDNS Hostname"
|
||||
default "esp32-mdns"
|
||||
help
|
||||
mDNS Hostname for example to use
|
||||
|
||||
config TEST_NETIF_NAME
|
||||
string "Network interface name"
|
||||
default "eth2"
|
||||
help
|
||||
Name/ID if the network interface on which we run the mDNS host test
|
||||
|
||||
endmenu
|
Reference in New Issue
Block a user