Skip to content

Commit 979780a

Browse files
authored
Use minimal mDNS
1 parent 76ea704 commit 979780a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configs/defconfig.esp32c6

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB=y
55

6+
# Use minimal mDNS
7+
CONFIG_USE_MINIMAL_MDNS=y
8+
CONFIG_ENABLE_EXTENDED_DISCOVERY=y
9+
610
# Enable LP Core
711
CONFIG_ULP_COPROC_ENABLED=y
812
CONFIG_ULP_COPROC_TYPE_LP_CORE=y

0 commit comments

Comments
 (0)