mirror of
https://github.com/0015/map_tiles.git
synced 2026-01-17 09:06:59 +01:00
Version Bump
This commit is contained in:
@@ -41,7 +41,7 @@ You can easily add this component to your project using the idf.py command or by
|
|||||||
From your project's root directory, simply run the following command in your terminal:
|
From your project's root directory, simply run the following command in your terminal:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
idf.py add-dependency "0015/map_tiles^1.2.0"
|
idf.py add-dependency "0015/map_tiles^1.3.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
This command will automatically add the component to your idf_component.yml file and download the required files the next time you build your project.
|
This command will automatically add the component to your idf_component.yml file and download the required files the next time you build your project.
|
||||||
@@ -53,7 +53,7 @@ Add to your project's `main/idf_component.yml`:
|
|||||||
dependencies:
|
dependencies:
|
||||||
map_tiles:
|
map_tiles:
|
||||||
git: "https://github.com/0015/map_tiles.git"
|
git: "https://github.com/0015/map_tiles.git"
|
||||||
version: "^1.2.0"
|
version: "^1.3.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Manual Installation
|
### Manual Installation
|
||||||
|
|||||||
Reference in New Issue
Block a user