mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-11-02 08:02:28 +01:00
examples/protocols/mqtt: use common network component
This commit is contained in:
committed by
Rocha Euripedes
parent
202acd4d6d
commit
ad3c88c867
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user