fix(lws): Update websocket Echo server (#894)

* fix(lws): Update websocket Echo server

- Update Websocket Echo Server, "wss://echo.websocket.events" is no longer available.
This commit is contained in:
Guilherme Alves Ferreira
2025-10-03 06:17:11 -03:00
committed by GitHub
parent 6f6237a0cc
commit 318e41b3c3
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ menu "Example Configuration"
config WEBSOCKET_URI
string "Websocket endpoint URI"
default "echo.websocket.events"
default "echo.websocket.org"
help
URL or IP of websocket endpoint this example connects to and sends echo
config WEBSOCKET_PORT