mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
de09b7c0c0
Refactor the conformance test app from C to C++ and add a json-based configuration command.
8 lines
206 B
YAML
8 lines
206 B
YAML
dependencies:
|
|
protocol_examples_common:
|
|
path: ${IDF_PATH}/examples/common_components/protocol_examples_common
|
|
mqtt:
|
|
version: '*'
|
|
override_path: ../../../..
|
|
mittelab/nlohmann-json: ^3.11.3
|