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.
2 parents db7baaf + 94bd5b0 commit 870ac91Copy full SHA for 870ac91
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