CI/mdns: Fix fuzzer build

* Original commit: espressif/esp-idf@98e9426b66
This commit is contained in:
David Cermak
2021-12-14 21:35:27 +01:00
committed by suren-gabrielyan-espressif
parent 05675c7d63
commit 4b5f24f5b8
2 changed files with 5 additions and 2 deletions

View File

@ -284,6 +284,7 @@
#define CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED 1
#define CONFIG_MBEDTLS_ECP_NIST_OPTIM 1
#define CONFIG_MDNS_MAX_SERVICES 25
#define CONFIG_MDNS_MAX_INTERFACES 3
#define CONFIG_MDNS_TASK_PRIORITY 1
#define CONFIG_MDNS_TASK_STACK_SIZE 4096
#define CONFIG_MDNS_TASK_AFFINITY_CPU0 1