mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
14 lines
356 B
Plaintext
14 lines
356 B
Plaintext
|
menu "mDNS"
|
||
|
|
||
|
config MDNS_MAX_SERVICES
|
||
|
int "Max number of services"
|
||
|
range 1 64
|
||
|
default 10
|
||
|
help
|
||
|
Services take up a certain amount of memory, and allowing fewer
|
||
|
services to be open at the same time conserves memory. Specify
|
||
|
the maximum amount of services here. The valid value is from 1
|
||
|
to 64.
|
||
|
|
||
|
endmenu
|