mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-24 07:47:30 +02:00
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:
committed by
David Cermak
parent
d6b6f634d7
commit
e6c0538d55
@ -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
|
||||
|
Reference in New Issue
Block a user