mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-01 15:11:39 +01:00
10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
|
|
menu "Example Configuration"
|
||
|
|
|
||
|
|
config BROKER_URL
|
||
|
|
string "Broker URL"
|
||
|
|
default "mqtt://mqtt.eclipse.org"
|
||
|
|
help
|
||
|
|
URL of the broker to connect to
|
||
|
|
|
||
|
|
endmenu
|