mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-22 14:57:30 +02:00
0.3.0 Bug Fixes - Incorrect documentation link (aa4e9d57
) - reference protocol_examples_common from IDF (e6c0538d
) - specify override_path in example manifest files (fa005c63
)
12 lines
468 B
YAML
12 lines
468 B
YAML
version: "0.3.0"
|
|
description: C++ APIs for ESP-MQTT library
|
|
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_mqtt_cxx
|
|
issues: https://github.com/espressif/esp-protocols/issues
|
|
documentation: https://docs.espressif.com/projects/esp-protocols/esp_mqtt_cxx/docs/latest/index.html
|
|
repository: https://github.com/espressif/esp-protocols.git
|
|
dependencies:
|
|
espressif/esp-idf-cxx: "^1.0.0-beta"
|
|
# Required IDF version
|
|
idf:
|
|
version: ">=5.0"
|