mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 18:27:31 +02:00
Rename Kconfig options (examples)
* Original commit: espressif/esp-idf@151f757912
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
05ddd5f0e4
commit
9a0803ad7e
@ -12,7 +12,7 @@ menu "Example Configuration"
|
||||
help
|
||||
mDNS Instance Name for example to use
|
||||
|
||||
config RESOLVE_TEST_SERVICES
|
||||
config MDNS_RESOLVE_TEST_SERVICES
|
||||
bool "Resolve test services"
|
||||
default n
|
||||
help
|
||||
|
@ -165,7 +165,7 @@ static void check_button(void)
|
||||
|
||||
static void mdns_example_task(void *pvParameters)
|
||||
{
|
||||
#if CONFIG_RESOLVE_TEST_SERVICES == 1
|
||||
#if CONFIG_MDNS_RESOLVE_TEST_SERVICES == 1
|
||||
/* Send initial queries that are started by CI tester */
|
||||
query_mdns_host("tinytester");
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user