mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
feat(examples): add local components via idf_component.yml
Specifying all the dependencies (managed and local) in the manifest makes it easier for users to see every component the example depends on.
This commit is contained in:
@@ -4,3 +4,7 @@ dependencies:
|
||||
version: ">=4.1.0"
|
||||
espressif/esp-modbus:
|
||||
version: "^1.0"
|
||||
mb_example_common:
|
||||
path: ${IDF_PATH}/examples/protocols/modbus/mb_example_common
|
||||
protocol_examples_common:
|
||||
path: ${IDF_PATH}/examples/common_components/protocol_examples_common
|
||||
|
Reference in New Issue
Block a user