2019-06-20 07:37:40 +00:00
|
|
|
menu "Example Configuration"
|
|
|
|
|
|
|
|
config WEBSOCKET_URI
|
|
|
|
string "Websocket endpoint URI"
|
2019-10-04 10:14:05 +00:00
|
|
|
default "ws://echo.websocket.org"
|
2019-06-20 07:37:40 +00:00
|
|
|
help
|
|
|
|
URL of websocket endpoint this example connects to and sends echo
|
|
|
|
|
|
|
|
endmenu
|