Files
2020-05-27 14:35:48 +08:00

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