mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
menu "Example Configuration"
|
|
|
|
config BROKER_URI
|
|
string "Broker URL"
|
|
default "ws://mqtt.eclipse.org:80/mqtt"
|
|
help
|
|
URL of an mqtt broker which this example connects to.
|
|
|
|
endmenu
|