Skip to content

Commit d362c2c

Browse files
authored
enables full mDNS for Matter
1 parent 8a2b9b3 commit d362c2c

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
@@ -131,6 +131,8 @@ CONFIG_USE_BLE_ONLY_FOR_COMMISSIONING=n
131131
CONFIG_ENABLE_ESP_INSIGHTS_TRACE=n
132132
# Use compact attribute storage mode
133133
CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
134+
# Do not use minimal mDNS within Matter Core
135+
CONFIG_USE_MINIMAL_MDNS=n
134136

135137
#TinyUSB Config
136138
CONFIG_TINYUSB_CDC_MAX_PORTS=2

0 commit comments

Comments
 (0)