mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
mdns tests: execute test services only when running example in ci
Test services may cause confussion (and did cause some GitHub/forum issues). This update runs test services only when example executed in ci. Also host name is a simple config entry if executed outside of ci. * Original commit: espressif/esp-idf@74cc7a065f
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
2ac83d0f27
commit
8d08e5ed95
2
examples/protocols/mdns/sdkconfig.ci
Normal file
2
examples/protocols/mdns/sdkconfig.ci
Normal file
@ -0,0 +1,2 @@
|
||||
CONFIG_RESOLVE_TEST_SERVICES=y
|
||||
CONFIG_MDNS_ADD_MAC_TO_HOSTNAME=y
|
Reference in New Issue
Block a user