websocket: Updated Kconfig to use 'echo.websocket.events' echo server

Updated README to show how to run websocket echo server using Flask

Merges https://github.com/espressif/esp-idf/pull/8262
This commit is contained in:
dizcza
2022-01-19 11:52:55 +02:00
committed by gabsuren
parent 673d0371ba
commit 1457686a94
2 changed files with 34 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ menu "Example Configuration"
config WEBSOCKET_URI
string "Websocket endpoint URI"
depends on WEBSOCKET_URI_FROM_STRING
default "ws://echo.websocket.org"
default "ws://echo.websocket.events"
help
URL of websocket endpoint this example connects to and sends echo