Skip to content

Commit 4844efc

Browse files
committed
Merge branch 'feat/modify_config_for_mdns' into 'main'
fix(srp): enlarge the default config for max services See merge request espressif/esp-thread-br!153
2 parents 686dedc + 3f18ebf commit 4844efc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/en/codelab/web-gui.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To perform web gui, the follow device are required:
2121
- An ESP Thread Border Router
2222
- A Linux host machine with browser
2323

24-
Enable the ``CONFIG_OPENTHREAD_BR_START_SERVER`` option to enable the Web Server feature.
24+
Enable the ``CONFIG_OPENTHREAD_BR_START_WEB`` option to enable the Web Server feature.
2525

2626
The Thread Border Router and the Linux Host machine shall be connected to the same Wi-Fi network that has access to the Internet.
2727

examples/basic_thread_border_router/sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ CONFIG_LWIP_FORCE_ROUTER_FORWARDING=y
7878
# mDNS
7979
#
8080
CONFIG_MDNS_MULTIPLE_INSTANCE=y
81+
CONFIG_MDNS_MAX_SERVICES=200
8182
# end of mDNS
8283

8384
#

0 commit comments

Comments
 (0)