fix(websocket): Update Websocket Echo Server

This commit is contained in:
glmfe
2025-09-19 07:44:12 -03:00
parent 39e2333adb
commit 94bd5b074a

View File

@@ -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