mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 18:27:31 +02:00
websocket_client: added example_test with a local websocket server
- Added a example test that connects to a local python websocket server. - Added readme for websocket_client example. Closes IDF-907 * Original commit: espressif/esp-idf@67c5225c14
This commit is contained in:
committed by
gabsuren
parent
f21a2f32e0
commit
3b0488cfdc
3
examples/protocols/websocket/sdkconfig.ci
Normal file
3
examples/protocols/websocket/sdkconfig.ci
Normal file
@ -0,0 +1,3 @@
|
||||
CONFIG_WEBSOCKET_URI_FROM_STDIN=y
|
||||
CONFIG_WEBSOCKET_URI_FROM_STRING=n
|
||||
|
Reference in New Issue
Block a user