mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
237 B
Plaintext
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
|