mirror of
https://github.com/espressif/esp-idf
synced 2025-04-08 07:40:08 -04:00
17 lines
288 B
Plaintext
17 lines
288 B
Plaintext
menu "Example Configuration"
|
|
|
|
config EXAMPLE_HOST_NAME
|
|
string "Host Name"
|
|
default "baidu.com"
|
|
help
|
|
host name
|
|
|
|
config EXAMPLE_HOST_PORT
|
|
int "Host Port"
|
|
default 80
|
|
range 0 65535
|
|
help
|
|
host port
|
|
|
|
endmenu
|