mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-06 09:31:38 +01:00
fix(websocket): Update Remaining Websocket Echo Server (#893)
This commit is contained in:
committed by
GitHub
parent
296123c14e
commit
18faeb3dfa
@@ -2,4 +2,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"
|
||||
|
||||
Reference in New Issue
Block a user