From 5d2b33af4dcbf8da689c7a57f6b4fb8619c266d5 Mon Sep 17 00:00:00 2001 From: kirltrz <63716982+kirltrz@users.noreply.github.com> Date: Wed, 25 Feb 2026 03:34:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BB=E8=87=B35.5.3=EF=BC=9Bst7305?= =?UTF-8?q?=E9=A9=B1=E5=8A=A8=E4=B8=8D=E5=86=8D=E7=94=B1manager=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 2 +- CMakeLists.txt | 2 +- dependencies.lock | 11 ++--------- main/idf_component.yml | 3 +-- 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0c77c9e..e149daa 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,6 +18,6 @@ ], "commentTranslate.source": "intellsmi.comment-translate-ali.cloud", "idf.flashType": "UART", - "idf.currentSetup": "C:\\esp\\v5.5.2\\esp-idf", + "idf.currentSetup": "C:\\esp\\v5.5.3\\esp-idf", "idf.enableSizeTaskAfterBuildTask": false } diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c8f8e2..63dade6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,4 +3,4 @@ cmake_minimum_required(VERSION 3.16) include($ENV{IDF_PATH}/tools/cmake/project.cmake) -project(st7305port) +project(1.54ReflectiveLCDTest) diff --git a/dependencies.lock b/dependencies.lock index faf1158..5c07992 100644 --- a/dependencies.lock +++ b/dependencies.lock @@ -12,17 +12,10 @@ dependencies: idf: source: type: idf - version: 5.5.2 - kevincoooool/esp_lcd_st7305: - dependencies: [] - source: - path: C:\Users\Kirl\Documents\ESP-IDF_Project\st7305port\components\kevincoooool__esp_lcd_st7305 - type: local - version: 0.0.2 + version: 5.5.3 direct_dependencies: - espressif/cmake_utilities - idf -- kevincoooool/esp_lcd_st7305 -manifest_hash: 00c85dc7259ec283203ec9a01e000ea6a082efdf6c27e79e1a5b73384002a2d7 +manifest_hash: 3cc102e6a14d4d4d0d730d61d5df12639f9ab91f9c960f5a52ede2061c3d75ba target: esp32c3 version: 2.0.0 diff --git a/main/idf_component.yml b/main/idf_component.yml index 4262774..343c26f 100644 --- a/main/idf_component.yml +++ b/main/idf_component.yml @@ -2,7 +2,7 @@ dependencies: ## Required IDF version idf: - version: '>=4.1.0' + version: '>=5.4.0' # # Put list of dependencies here # # For components maintained by Espressif: # component: "~1.0.0" @@ -14,4 +14,3 @@ dependencies: # # `public` flag doesn't have an effect dependencies of the `main` component. # # All dependencies of `main` are public by default. # public: true - kevincoooool/esp_lcd_st7305: ^0.0.2