docs: Consistent naming convention for ESP Component Registry

This commit is contained in:
Daniel Paul
2024-05-30 15:55:25 +02:00
committed by BOT
parent 9476733559
commit 658b1de02c
25 changed files with 40 additions and 40 deletions
@@ -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"