mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -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
|