OVMS3-idf/examples/protocols/websocket/main/Kconfig.projbuild

10 lines
237 B
Text
Raw Normal View History

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