2018-05-29 09:25:24 +00:00
|
|
|
menu "Example Configuration"
|
|
|
|
|
2019-01-25 16:10:53 +00:00
|
|
|
config EXAMPLE_PORT
|
2018-11-20 16:44:31 +00:00
|
|
|
string "Asio example server port number"
|
2019-01-25 16:10:53 +00:00
|
|
|
default "2222"
|
|
|
|
help
|
2018-11-20 16:44:31 +00:00
|
|
|
Port number used by Asio example.
|
2018-05-29 09:25:24 +00:00
|
|
|
|
2019-01-25 16:10:53 +00:00
|
|
|
config EXAMPLE_SERVER_IP
|
2018-11-20 16:44:31 +00:00
|
|
|
string "Asio example server ip"
|
2019-01-25 16:10:53 +00:00
|
|
|
default "FROM_STDIN"
|
|
|
|
help
|
2018-11-20 16:44:31 +00:00
|
|
|
Asio example server ip for this client to connect to.
|
|
|
|
Leave default "FROM_STDIN" to enter the server address via serial terminal.
|
2018-05-29 09:25:24 +00:00
|
|
|
|
|
|
|
endmenu
|