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
15 lines
428 B
Plaintext
15 lines
428 B
Plaintext
menu "ESP-MQTT Unit Test Config"
|
|
|
|
config MQTT_TEST_BROKER_URI
|
|
string "URI of the test broker"
|
|
default "mqtt://test.mosquitto.org"
|
|
help
|
|
URL of an mqtt broker which this test connects to.
|
|
|
|
config MQTT5_TEST_BROKER_URI
|
|
string "URI of the test broker"
|
|
default "mqtt://test.mosquitto.org"
|
|
help
|
|
URL of an mqtt broker which this test connects to.
|
|
endmenu
|