mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-06-05 21:04:46 +00:00
6cf94c4011
Moves examples to different public broker and correct Cmake 4.x incompatibility
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
menu "Example Configuration"
|
|
|
|
config BROKER_URL
|
|
string "Broker URL"
|
|
default "mqtt://test.mosquitto.org"
|
|
help
|
|
URL of the broker to connect to
|
|
|
|
config BROKER_URL_FROM_STDIN
|
|
bool
|
|
default y if BROKER_URL = "FROM_STDIN"
|
|
|
|
endmenu
|