esp-idf/tools/unit-test-app/configs/mqtt

4 lines
113 B
Plaintext
Raw Normal View History

2022-03-03 02:41:07 -05:00
TEST_COMPONENTS=mqtt
CONFIG_MQTT_PROTOCOL_5=y
2022-09-29 03:35:27 -04:00
CONFIG_MQTT5_TEST_BROKER_URI="mqtt://${EXAMPLE_MQTTV5_BROKER_TCP}"