mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-19 06:41:42 +08:00
Commit ID: 13018449 Add global "mqtt" to manage both "ESP-MQTT" and "IBM-MQTT". Using select the target MQTT to using like selecting SSL.
23 lines
449 B
Plaintext
23 lines
449 B
Plaintext
menu "MQTT Application example"
|
|
|
|
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 EMITTER_CHANNEL_KEY
|
|
string "Emitter channel key"
|
|
default ""
|
|
help
|
|
The Emitter channel key using to pub/sub
|
|
|
|
|
|
endmenu
|