Files
esp-mqtt/test/apps/mqtt5/main/Kconfig.projbuild
T
Euripedes Rocha Filho 6cf94c4011 fix: Mqtt examples default broker
Moves examples to different public broker and correct Cmake 4.x
incompatibility
2026-05-26 16:25:28 +02:00

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