Skip to content

Commit

Permalink
Wrong dependency version
Browse files Browse the repository at this point in the history
The add-dependency for esp_lcd_touch_gt911 installs a version that is incompatible with the provided usage example. 

esp_lcd_touch_io_gt911_config_t  type is defined in version 1.1.1 so the 1.0.0 version is not compatible with the example.
  • Loading branch information
devprofile98 authored and tore-espressif committed Dec 3, 2024
1 parent 59eb056 commit 273e163
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 273e163

Please sign in to comment.