mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-09-13 12:40:04 +00:00
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
|