Kconfig 438 B

1234567891011121314
  1. menu "ESP-MQTT Unit Test Config"
  2. config MQTT_TEST_BROKER_URI
  3. string "URI of the test broker"
  4. default "mqtt://mqtt.eclipseprojects.io"
  5. help
  6. URL of an mqtt broker which this test connects to.
  7. config MQTT5_TEST_BROKER_URI
  8. string "URI of the test broker"
  9. default "mqtt://mqtt.eclipseprojects.io"
  10. help
  11. URL of an mqtt broker which this test connects to.
  12. endmenu