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
10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
menu "Example Configuration"
|
|
|
|
config BROKER_URI
|
|
string "Broker URL"
|
|
default "ws://test.mosquitto.org:80/mqtt"
|
|
help
|
|
URL of an mqtt broker which this example connects to.
|
|
|
|
endmenu
|