mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
menu "Example Configuration"
|
|
|
|
config BROKER_URI
|
|
string "Broker URL"
|
|
default "ws://iot.eclipse.org:80/ws"
|
|
help
|
|
URL of an mqtt broker which this example connects to.
|
|
|
|
endmenu
|