examples/protocols/openssl: use common network component

This commit is contained in:
Ivan Grokhotkov
2018-11-21 00:41:45 +08:00
committed by bot
parent e0f3f62cdf
commit a46d94250d
12 changed files with 53 additions and 162 deletions

View File

@@ -1,15 +0,0 @@
menu "Example Configuration"
config WIFI_SSID
string "WiFi SSID"
default "myssid"
help
SSID (network name) for the example to connect to.
config WIFI_PASSWORD
string "WiFi Password"
default "mypassword"
help
WiFi password (WPA or WPA2) for the example to use.
endmenu