mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-09-25 14:20:54 +02:00
fix(websocket): Update Websocket Echo Server
This commit is contained in:
@@ -16,7 +16,7 @@ menu "Example Configuration"
|
|||||||
config WEBSOCKET_URI
|
config WEBSOCKET_URI
|
||||||
string "Websocket endpoint URI"
|
string "Websocket endpoint URI"
|
||||||
depends on WEBSOCKET_URI_FROM_STRING
|
depends on WEBSOCKET_URI_FROM_STRING
|
||||||
default "wss://echo.websocket.events"
|
default "wss://echo.websocket.org"
|
||||||
help
|
help
|
||||||
URL of websocket endpoint this example connects to and sends echo
|
URL of websocket endpoint this example connects to and sends echo
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user