mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-19 17:04:47 +08:00
16 lines
277 B
Plaintext
16 lines
277 B
Plaintext
menu "Example Configuration"
|
|
|
|
config MDNS_HOSTNAME
|
|
string "mDNS Hostname"
|
|
default "esp32-mdns"
|
|
help
|
|
mDNS Hostname for example to use
|
|
|
|
config MDNS_INSTANCE
|
|
string "mDNS Instance Name"
|
|
default "ESP32 with mDNS"
|
|
help
|
|
mDNS Instance Name for example to use
|
|
|
|
endmenu
|