mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-25 19:59:32 +01:00
10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
menu "Example Configuration"
|
|
|
|
config BROKER_URL
|
|
string "Broker URL"
|
|
default "mqtt://test.mosquitto.org"
|
|
help
|
|
URL of the broker to connect to
|
|
|
|
endmenu
|