Skip to content

Commit

Permalink
[esp32] fix mdns config when using external platform (#18469)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjc13 authored May 17, 2022
1 parent 4de9692 commit f59e7e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/esp32/components/chip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ endif()

if (NOT CONFIG_USE_MINIMAL_MDNS)
chip_gn_arg_append("chip_mdns" "\"platform\"")
else()
chip_gn_arg_append("chip_mdns" "\"minimal\"")
endif()

if (CONFIG_ENABLE_CHIP_SHELL)
Expand Down

0 comments on commit f59e7e6

Please sign in to comment.