examples/protocols/http(s,2)_request: use common network component

This commit is contained in:
Ivan Grokhotkov
2019-04-11 18:54:26 +08:00
committed by bot
parent a5b0f5d6ed
commit e1d1f10e8a
16 changed files with 74 additions and 338 deletions

View File

@@ -1,17 +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.
Can be left blank if the network has no security set.
endmenu