Skip to content

Commit c465c7e

Browse files
committed
Pin library to v9.2
1 parent 9a8e37f commit c465c7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"frameworks": "arduino",
3636
"platforms": "espressif32",
3737
"dependencies": {
38-
"lvgl/lvgl": "https://github.com/lvgl/lvgl.git"
38+
"lvgl/lvgl": "https://github.com/lvgl/lvgl.git#d39fc17"
3939
}
4040
}

platformio.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ build_flags =
5757
'-D ESP_LCD_PANEL_IO_ADDITIONS_VER_PATCH=1'
5858

5959
lib_deps =
60-
# Use direct git because rotation commit is after 9.1
61-
https://github.com/lvgl/lvgl.git
60+
# Use direct git because rotation commit is after 9.1. So pin the build to v9.2
61+
https://github.com/lvgl/lvgl.git#d39fc17
6262
#lvgl/lvgl@^9.1.0
6363
# The platformio.test_dir contains the test_main.cpp just to have an setup() and loop() function
6464
# so it will compile

0 commit comments

Comments
 (0)