From c465c7e53893925164caf5cbb2f725c57ed4de5a Mon Sep 17 00:00:00 2001 From: Rene Zeldenthuis Date: Mon, 26 Aug 2024 22:38:16 +0200 Subject: [PATCH] Pin library to v9.2 --- library.json | 2 +- platformio.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index c0c2003..a9a0fa5 100644 --- a/library.json +++ b/library.json @@ -35,6 +35,6 @@ "frameworks": "arduino", "platforms": "espressif32", "dependencies": { - "lvgl/lvgl": "https://github.com/lvgl/lvgl.git" + "lvgl/lvgl": "https://github.com/lvgl/lvgl.git#d39fc17" } } \ No newline at end of file diff --git a/platformio.ini b/platformio.ini index c707d6d..75c7b88 100644 --- a/platformio.ini +++ b/platformio.ini @@ -57,8 +57,8 @@ build_flags = '-D ESP_LCD_PANEL_IO_ADDITIONS_VER_PATCH=1' lib_deps = - # Use direct git because rotation commit is after 9.1 - https://github.com/lvgl/lvgl.git + # Use direct git because rotation commit is after 9.1. So pin the build to v9.2 + https://github.com/lvgl/lvgl.git#d39fc17 #lvgl/lvgl@^9.1.0 # The platformio.test_dir contains the test_main.cpp just to have an setup() and loop() function # so it will compile