mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
- Update to ESP-IDF v5.4 - Fixed a lot of new and existing warnings - Fix issue with incorrect `EventFlag` usage in Dispatcher
15 lines
449 B
YAML
15 lines
449 B
YAML
dependencies:
|
|
espressif/esp_lcd_ili9341: "2.0.0"
|
|
espressif/esp_lcd_touch: "1.1.2"
|
|
atanisoft/esp_lcd_touch_xpt2046: "1.0.5"
|
|
espressif/esp_lcd_touch_cst816s: "1.0.3"
|
|
espressif/esp_lcd_touch_gt911: "1.1.1~2"
|
|
espressif/esp_lcd_touch_ft5x06: "1.0.6~1"
|
|
espressif/esp_io_expander: "1.0.1"
|
|
espressif/esp_io_expander_tca95xx_16bit: "1.0.1"
|
|
espressif/esp_tinyusb:
|
|
version: "1.5.0"
|
|
rules:
|
|
- if: "target == esp32s3"
|
|
idf: '5.4'
|