mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-18 00:09:31 +01:00
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:
committed by
GitHub
parent
6f6237a0cc
commit
318e41b3c3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user