examples/protocols/mqtt: use common network component

This commit is contained in:
Ivan Grokhotkov
2018-11-21 00:42:03 +08:00
committed by Rocha Euripedes
parent 202acd4d6d
commit ad3c88c867
30 changed files with 175 additions and 420 deletions

View File

@@ -1,17 +1,5 @@
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.
config BROKER_URL
string "Broker URL"
default "mqtt://iot.eclipse.org"