2018-05-29 11:25:24 +02:00
|
|
|
menu "Example Configuration"
|
|
|
|
|
2019-01-25 17:10:53 +01:00
|
|
|
config EXAMPLE_PORT
|
2018-11-21 00:44:31 +08:00
|
|
|
string "Asio example server port number"
|
2019-01-25 17:10:53 +01:00
|
|
|
default "2222"
|
|
|
|
help
|
2018-11-21 00:44:31 +08:00
|
|
|
Port number used by Asio example.
|
2018-05-29 11:25:24 +02:00
|
|
|
|
2019-01-25 17:10:53 +01:00
|
|
|
config EXAMPLE_SERVER_IP
|
2018-11-21 00:44:31 +08:00
|
|
|
string "Asio example server ip"
|
2019-01-25 17:10:53 +01:00
|
|
|
default "FROM_STDIN"
|
|
|
|
help
|
2018-11-21 00:44:31 +08: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 11:25:24 +02:00
|
|
|
|
|
|
|
endmenu
|