We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e2333 commit 94bd5b0Copy full SHA for 94bd5b0
components/esp_websocket_client/examples/target/main/Kconfig.projbuild
@@ -16,7 +16,7 @@ menu "Example Configuration"
16
config WEBSOCKET_URI
17
string "Websocket endpoint URI"
18
depends on WEBSOCKET_URI_FROM_STRING
19
- default "wss://echo.websocket.events"
+ default "wss://echo.websocket.org"
20
help
21
URL of websocket endpoint this example connects to and sends echo
22
0 commit comments