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