Files
fastbee/firmware/esp-idf/wumei-smart-firmware/examples/protocols/mqtt/ws/main/Kconfig.projbuild
2021-07-13 17:15:20 +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