Files
esp-protocols/examples/protocols/websocket/main/Kconfig.projbuild
Roland Dobai fe26b734b5 Cosmetic Kconfig fixes
* Original commit: espressif/esp-idf@d3ed17acd7
2022-03-01 12:18:50 +04:00

10 lines
237 B
Plaintext

menu "Example Configuration"
config WEBSOCKET_URI
string "Websocket endpoint URI"
default "ws://echo.websocket.org"
help
URL of websocket endpoint this example connects to and sends echo
endmenu