mirror of
https://github.com/espressif/esp-idf
synced 2025-03-24 16:39:12 -04:00
10 lines
238 B
Plaintext
10 lines
238 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
|