fix(websocket): Update Remaining Websocket Echo Server (#893)

This commit is contained in:
Guilherme Alves Ferreira
2025-10-01 07:52:42 -03:00
committed by GitHub
parent 296123c14e
commit 18faeb3dfa
7 changed files with 74 additions and 19 deletions

View File

@@ -3,4 +3,4 @@ CONFIG_IDF_TARGET="linux"
CONFIG_IDF_TARGET_LINUX=y
CONFIG_ESP_EVENT_POST_FROM_ISR=n
CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR=n
CONFIG_WEBSOCKET_URI="ws://echo.websocket.events"
CONFIG_WEBSOCKET_URI="wss://echo.websocket.org"