Skip to content

Commit

Permalink
Enable minimal mdns by default for ESP32 (#17269)
Browse files Browse the repository at this point in the history
  • Loading branch information
wqx6 authored and pull[bot] committed Dec 19, 2023
1 parent 6c8b65c commit 7427620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/esp32/components/chip/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ menu "CHIP Core"

config USE_MINIMAL_MDNS
bool "Use the minimal mDNS implementation shipped in the CHIP library"
default n
default y
help
The CHIP library is shipped with a minimal mDNS implementation,
enable this config to use it rather than the mDNS library in IDF.
Expand Down

0 comments on commit 7427620

Please sign in to comment.