mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
menu "ESP-MQTT Unit Test Config"
|
|
|
|
config MQTT_TEST_BROKER_URI
|
|
string "URI of the test broker"
|
|
default "mqtt://mqtt.eclipseprojects.io"
|
|
help
|
|
URL of an mqtt broker which this test connects to.
|
|
|
|
endmenu
|