fix(esp_mqtt_cxx): reference protocol_examples_common from IDF

This makes the example project usable from the component registry
This commit is contained in:
Ivan Grokhotkov
2023-09-21 16:25:42 +02:00
committed by David Cermak
parent d6b6f634d7
commit e6c0538d55
4 changed files with 6 additions and 12 deletions

View File

@ -2,5 +2,7 @@ dependencies:
## Required IDF version
idf: ">=5.0"
espressif/esp_mqtt_cxx:
version: "^0.1.0"
version: "~0"
override_path: "../../../"
protocol_examples_common:
path: ${IDF_PATH}/examples/common_components/protocol_examples_common