esp-idf/examples/protocols/websocket/main/Kconfig.projbuild

10 wiersze
237 B
Plaintext
Czysty Zwykły widok Historia

menu "Example Configuration"
config WEBSOCKET_URI
string "Websocket endpoint URI"
2019-10-04 10:14:05 +00:00
default "ws://echo.websocket.org"
help
URL of websocket endpoint this example connects to and sends echo
endmenu