mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-08-03 04:34:36 +02:00
fix(mdns): Host test with IDFv5.1
This commit is contained in:
7
components/mdns/tests/host_test/sdkconfig.defaults
Normal file
7
components/mdns/tests/host_test/sdkconfig.defaults
Normal file
@@ -0,0 +1,7 @@
|
||||
CONFIG_IDF_TARGET="linux"
|
||||
CONFIG_MDNS_NETWORKING_SOCKET=y
|
||||
CONFIG_MDNS_SKIP_SUPPRESSING_OWN_QUERIES=y
|
||||
CONFIG_TEST_NETIF_NAME="eth0"
|
||||
CONFIG_TEST_HOSTNAME="myesp"
|
||||
# CONFIG_MDNS_PREDEF_NETIF_STA is not set
|
||||
# CONFIG_MDNS_PREDEF_NETIF_AP is not set
|
Reference in New Issue
Block a user