Files
esp-protocols/examples/mqtt/main/Kconfig.projbuild

10 lines
195 B
Plaintext
Raw Normal View History

menu "Example Configuration"
config BROKER_URL
string "Broker URL"
default "mqtt://mqtt.eclipseprojects.io"
help
URL of the broker to connect to
endmenu