Skip to content

Commit 94bd5b0

Browse files
committed
fix(websocket): Update Websocket Echo Server
1 parent 39e2333 commit 94bd5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_websocket_client/examples/target/main/Kconfig.projbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ menu "Example Configuration"
1616
config WEBSOCKET_URI
1717
string "Websocket endpoint URI"
1818
depends on WEBSOCKET_URI_FROM_STRING
19-
default "wss://echo.websocket.events"
19+
default "wss://echo.websocket.org"
2020
help
2121
URL of websocket endpoint this example connects to and sends echo
2222

0 commit comments

Comments
 (0)