From fe26b734b55077c882b07e3d268a6a1ac934cb86 Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Fri, 4 Oct 2019 12:14:05 +0200 Subject: [PATCH] Cosmetic Kconfig fixes * Original commit: espressif/esp-idf@d3ed17acd7360caafb5e7d84f8eedd2c353801ce --- examples/protocols/websocket/main/Kconfig.projbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/protocols/websocket/main/Kconfig.projbuild b/examples/protocols/websocket/main/Kconfig.projbuild index 6af61c8f9..7790aa248 100644 --- a/examples/protocols/websocket/main/Kconfig.projbuild +++ b/examples/protocols/websocket/main/Kconfig.projbuild @@ -2,7 +2,7 @@ menu "Example Configuration" config WEBSOCKET_URI string "Websocket endpoint URI" - default "ws://echo.websocket.org"; + default "ws://echo.websocket.org" help URL of websocket endpoint this example connects to and sends echo