Files
esp-mqtt/examples/mqtt_tcp/main/Kconfig.projbuild

16 lines
313 B
Plaintext
Raw Normal View History

2018-02-16 02:40:16 +07:00
menu "MQTT Application sample"
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