Revert to ESP-IDF v5.2 (#66)

This commit is contained in:
Ken Van Hoeylandt 2024-10-30 22:01:40 +01:00 committed by GitHub
parent 5412f929c5
commit 6520655795
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ jobs:
- name: build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.3.1
esp_idf_version: v5.2.3
target: esp32
path: './'
build-lilygo-t-deck:
@ -28,7 +28,7 @@ jobs:
- name: build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.3.1
esp_idf_version: v5.2.3
target: esp32s3
path: './'
build-waveshare-s3-touch:
@ -43,7 +43,7 @@ jobs:
- name: build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.3.1
esp_idf_version: v5.2.3
target: esp32s3
path: './'
build-m5stack-core2:
@ -58,6 +58,6 @@ jobs:
- name: build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.3.1
esp_idf_version: v5.2.3
target: esp32
path: './'

View File

@ -3,4 +3,4 @@ dependencies:
espressif/esp_lcd_touch_cst816s: "1.0.3"
espressif/esp_lcd_touch_gt911: "1.1.1"
espressif/esp_lcd_touch: "1.1.2"
idf: '~5.3.1'
idf: '~5.2'

View File

@ -9,7 +9,7 @@ if (DEFINED ENV{ESP_IDF_VERSION})
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "src/"
REQUIRES tactility-headless lvgl esp_driver_gpio
REQUIRES tactility-headless lvgl driver
)
target_link_libraries(${COMPONENT_LIB}