1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-21 23:19:10 -04:00

14 lines
282 B
Plaintext
Raw Normal View History

menu "Example Configuration"
config BROKER_URL
string "Broker URL"
default "mqtt://mqtt.eclipse.org"
help
URL of the broker to connect to
config BROKER_URL_FROM_STDIN
bool
default y if BROKER_URL = "FROM_STDIN"
endmenu