fix(mdns): fixed CI issues for host and afl tests

This commit is contained in:
Suren Gabrielyan
2024-01-03 17:21:44 +04:00
committed by gabsuren
parent 7d0eb5c48c
commit 4be5efc84e
3 changed files with 13 additions and 4 deletions

View File

@ -24,5 +24,17 @@ menu "Example Configuration"
help
If enabled, a portion of MAC address is added to the hostname, this is used
for evaluation of tests in CI
config MDNS_ADD_MAC_TO_HOSTNAME
bool "Add mac suffix to hostname"
default n
help
If enabled, a portion of MAC address is added to the hostname, this is used
for evaluation of tests in CI
config MDNS_PUBLISH_DELEGATE_HOST
bool "Publish a delegated host"
help
Enable publishing a delegated host other than ESP32.
The example will also add a mock service for this host.
endmenu