docs: Consistent naming convention for ESP Component Registry
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
# Using the component manager for downloading dependencies
|
||||
|
||||
This example demonstrates how to use [IDF Component Manager](https://pypi.org/project/idf-component-manager/) for downloading dependencies from [the component registry](https://components.espressif.com). More details and use cases of IDF Component Manager can be found in the programming guide under `API Guides` -> `Tools` -> `IDF Component Manager`.
|
||||
This example demonstrates how to use [IDF Component Manager](https://pypi.org/project/idf-component-manager/) for downloading dependencies from [ESP Component Registry](https://components.espressif.com). More details and use cases of IDF Component Manager can be found in the programming guide under `API Guides` -> `Tools` -> `IDF Component Manager`.
|
||||
|
||||
## How to use the example
|
||||
### Hardware Required
|
||||
|
||||
@@ -2,7 +2,7 @@ dependencies:
|
||||
# Required IDF version
|
||||
idf: ">=4.1"
|
||||
|
||||
# Defining a dependency from the registry:
|
||||
# Defining a dependency from the ESP Component Registry:
|
||||
# https://components.espressif.com/component/example/cmp
|
||||
example/cmp: "^3.3.3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user