mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-22 23:07:28 +02:00
Closes https://github.com/espressif/esp-idf/issues/2829 * Original commit: espressif/esp-idf@2a2d932cfe
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
|