Skip to content

Commit

Permalink
Merge pull request #447 from devprofile98/patch-1
Browse files Browse the repository at this point in the history
Wrong dependency version (BSP-590)
  • Loading branch information
espzav authored Dec 3, 2024
2 parents 59eb056 + 0e9e083 commit 7969b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/lcd_touch/esp_lcd_touch_gt911/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Implementation of the GT911 touch controller with esp_lcd_touch component.
Packages from this repository are uploaded to [Espressif's component service](https://components.espressif.com/).
You can add them to your project via `idf.py add-dependancy`, e.g.
```
idf.py add-dependency esp_lcd_touch_gt911==1.0.0
idf.py add-dependency esp_lcd_touch_gt911==1.1.1
```

Alternatively, you can create `idf_component.yml`. More is in [Espressif's documentation](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-component-manager.html).
Expand Down
2 changes: 1 addition & 1 deletion components/lcd_touch/esp_lcd_touch_gt911/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.1.1~1"
version: "1.1.1~2"
description: ESP LCD Touch GT911 - touch controller GT911
url: https://github.com/espressif/esp-bsp/tree/master/components/lcd_touch/esp_lcd_touch_gt911
dependencies:
Expand Down

0 comments on commit 7969b01

Please sign in to comment.