mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'refactor/use_managed_component_in_es7210_example_v5.0' into 'release/v5.0'
es8311: update the version of es8311 (v5.0) See merge request espressif/esp-idf!20849
This commit is contained in:
@@ -62,7 +62,7 @@ This example is based on [es8311 component](https://components.espressif.com/com
|
|||||||
|
|
||||||
The component can be installed by esp component manager. Since this example already installed it, no need to re-installed it again, but if you want to install this component in your own project, you can input the following command:
|
The component can be installed by esp component manager. Since this example already installed it, no need to re-installed it again, but if you want to install this component in your own project, you can input the following command:
|
||||||
```
|
```
|
||||||
idf.py add-dependency espressif/es8311==0.0.2-alpha
|
idf.py add-dependency espressif/es8311^1.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
If the dependency is added, you can check `idf_component.yml` for more detail. When building this example or other projects with managed components, the component manager will search for the required components online and download them into the `managed_componets` folder.
|
If the dependency is added, you can check `idf_component.yml` for more detail. When building this example or other projects with managed components, the component manager will search for the required components online and download them into the `managed_componets` folder.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
## IDF Component Manager Manifest File
|
## IDF Component Manager Manifest File
|
||||||
dependencies:
|
dependencies:
|
||||||
espressif/es8311: "==1.0.0"
|
espressif/es8311: "^1.0.0"
|
||||||
## Required IDF version
|
## Required IDF version
|
||||||
idf:
|
idf:
|
||||||
version: "^5.0"
|
version: "^5.0"
|
||||||
|
Reference in New Issue
Block a user