Files
esp-mqtt/test/apps/mqtt5/main/Kconfig.projbuild
T

15 lines
428 B
Plaintext
Raw Normal View History

menu "ESP-MQTT Unit Test Config"
config MQTT_TEST_BROKER_URI
string "URI of the test broker"
2026-05-26 16:23:47 +02:00
default "mqtt://test.mosquitto.org"
help
URL of an mqtt broker which this test connects to.
2022-03-03 15:41:07 +08:00
config MQTT5_TEST_BROKER_URI
string "URI of the test broker"
2026-05-26 16:23:47 +02:00
default "mqtt://test.mosquitto.org"
2022-03-03 15:41:07 +08:00
help
URL of an mqtt broker which this test connects to.
endmenu