From de830e51d4178df32dc1060b15daf8b626981087 Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Fri, 25 Jan 2019 17:10:53 +0100 Subject: [PATCH] Correct Kconfigs according to the coding style * Original commit: espressif/esp-idf@37126d3451eabb44eeeb48b8e2ee554dc233e2a8 --- .../asio/chat_client/main/Kconfig.projbuild | 41 ++++++++++--------- .../asio/chat_server/main/Kconfig.projbuild | 30 +++++++------- .../tcp_echo_server/main/Kconfig.projbuild | 30 +++++++------- .../udp_echo_server/main/Kconfig.projbuild | 30 +++++++------- 4 files changed, 66 insertions(+), 65 deletions(-) diff --git a/examples/protocols/asio/chat_client/main/Kconfig.projbuild b/examples/protocols/asio/chat_client/main/Kconfig.projbuild index 32e5f3fcb..4185e2424 100644 --- a/examples/protocols/asio/chat_client/main/Kconfig.projbuild +++ b/examples/protocols/asio/chat_client/main/Kconfig.projbuild @@ -1,27 +1,28 @@ menu "Example Configuration" -config ESP_WIFI_SSID - string "WiFi SSID" - default "myssid" - help - SSID (network name) for the example to connect to. + config ESP_WIFI_SSID + string "WiFi SSID" + default "myssid" + help + SSID (network name) for the example to connect to. -config ESP_WIFI_PASSWORD - string "WiFi Password" - default "mypassword" - help - WiFi password (WPA or WPA2) for the example to use. + config ESP_WIFI_PASSWORD + string "WiFi Password" + default "mypassword" + help + WiFi password (WPA or WPA2) for the example to use. -config EXAMPLE_PORT - string "asio example port number" - default "2222" - help - Port number used by ASIO example + config EXAMPLE_PORT + string "asio example port number" + default "2222" + help + Port number used by ASIO example -config EXAMPLE_SERVER_IP - string "asio example server ip for this client to connect to (leave defalut=FROM_STDIN to enter the server address via serial terminal)" - default "FROM_STDIN" - help - Please set the host name or ip address of corespondant server running + config EXAMPLE_SERVER_IP + string "asio example server ip" + default "FROM_STDIN" + help + asio example server ip for this client to connect to (leave default=FROM_STDIN to enter the server address + via serial terminal). endmenu diff --git a/examples/protocols/asio/chat_server/main/Kconfig.projbuild b/examples/protocols/asio/chat_server/main/Kconfig.projbuild index c0d6fd9cd..ecbbf8ae9 100644 --- a/examples/protocols/asio/chat_server/main/Kconfig.projbuild +++ b/examples/protocols/asio/chat_server/main/Kconfig.projbuild @@ -1,21 +1,21 @@ menu "Example Configuration" -config ESP_WIFI_SSID - string "WiFi SSID" - default "myssid" - help - SSID (network name) for the example to connect to. + config ESP_WIFI_SSID + string "WiFi SSID" + default "myssid" + help + SSID (network name) for the example to connect to. -config ESP_WIFI_PASSWORD - string "WiFi Password" - default "mypassword" - help - WiFi password (WPA or WPA2) for the example to use. + config ESP_WIFI_PASSWORD + string "WiFi Password" + default "mypassword" + help + WiFi password (WPA or WPA2) for the example to use. -config EXAMPLE_PORT - string "asio example port number" - default "80" - help - Port number used by ASIO example + config EXAMPLE_PORT + string "asio example port number" + default "80" + help + Port number used by ASIO example endmenu diff --git a/examples/protocols/asio/tcp_echo_server/main/Kconfig.projbuild b/examples/protocols/asio/tcp_echo_server/main/Kconfig.projbuild index c0d6fd9cd..ecbbf8ae9 100644 --- a/examples/protocols/asio/tcp_echo_server/main/Kconfig.projbuild +++ b/examples/protocols/asio/tcp_echo_server/main/Kconfig.projbuild @@ -1,21 +1,21 @@ menu "Example Configuration" -config ESP_WIFI_SSID - string "WiFi SSID" - default "myssid" - help - SSID (network name) for the example to connect to. + config ESP_WIFI_SSID + string "WiFi SSID" + default "myssid" + help + SSID (network name) for the example to connect to. -config ESP_WIFI_PASSWORD - string "WiFi Password" - default "mypassword" - help - WiFi password (WPA or WPA2) for the example to use. + config ESP_WIFI_PASSWORD + string "WiFi Password" + default "mypassword" + help + WiFi password (WPA or WPA2) for the example to use. -config EXAMPLE_PORT - string "asio example port number" - default "80" - help - Port number used by ASIO example + config EXAMPLE_PORT + string "asio example port number" + default "80" + help + Port number used by ASIO example endmenu diff --git a/examples/protocols/asio/udp_echo_server/main/Kconfig.projbuild b/examples/protocols/asio/udp_echo_server/main/Kconfig.projbuild index c0d6fd9cd..ecbbf8ae9 100644 --- a/examples/protocols/asio/udp_echo_server/main/Kconfig.projbuild +++ b/examples/protocols/asio/udp_echo_server/main/Kconfig.projbuild @@ -1,21 +1,21 @@ menu "Example Configuration" -config ESP_WIFI_SSID - string "WiFi SSID" - default "myssid" - help - SSID (network name) for the example to connect to. + config ESP_WIFI_SSID + string "WiFi SSID" + default "myssid" + help + SSID (network name) for the example to connect to. -config ESP_WIFI_PASSWORD - string "WiFi Password" - default "mypassword" - help - WiFi password (WPA or WPA2) for the example to use. + config ESP_WIFI_PASSWORD + string "WiFi Password" + default "mypassword" + help + WiFi password (WPA or WPA2) for the example to use. -config EXAMPLE_PORT - string "asio example port number" - default "80" - help - Port number used by ASIO example + config EXAMPLE_PORT + string "asio example port number" + default "80" + help + Port number used by ASIO example endmenu