Files
esp-protocols/examples/mqtt/main/Kconfig.projbuild
2023-06-20 15:15:37 +02:00

10 lines
195 B
Plaintext

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