Skip to content

Commit af50c0f

Browse files
authored
feat(matter): enable full mDNS for Matter
1 parent 8ab2f8f commit af50c0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/defconfig.common

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ CONFIG_USE_BLE_ONLY_FOR_COMMISSIONING=n
130130
CONFIG_ENABLE_ESP_INSIGHTS_TRACE=n
131131
# Use compact attribute storage mode
132132
CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
133+
# Do not use minimal mDNS within Matter Core
134+
CONFIG_USE_MINIMAL_MDNS=n
133135

134136
#TinyUSB Config
135137
CONFIG_TINYUSB_CDC_MAX_PORTS=2

0 commit comments

Comments
 (0)