Merge pull request #890 from glmfe/fix/update-ws-echo-server

fix(websocket): Update Websocket Echo Server
This commit is contained in:
Guilherme Alves Ferreira
2025-09-19 08:35:01 -03:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ menu "Example Configuration"
config WEBSOCKET_URI
string "Websocket endpoint URI"
depends on WEBSOCKET_URI_FROM_STRING
default "wss://echo.websocket.events"
default "wss://echo.websocket.org"
help
URL of websocket endpoint this example connects to and sends echo