mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
17 lines
460 B
Plaintext
17 lines
460 B
Plaintext
menu "Example Configuration"
|
|
|
|
config EXAMPLE_PORT
|
|
string "Asio example server port number"
|
|
default "2222"
|
|
help
|
|
Port number used by Asio example.
|
|
|
|
config EXAMPLE_SERVER_IP
|
|
string "Asio example server ip"
|
|
default "FROM_STDIN"
|
|
help
|
|
Asio example server ip for this client to connect to.
|
|
Leave default "FROM_STDIN" to enter the server address via serial terminal.
|
|
|
|
endmenu
|