Commit c465c7e 1 parent 9a8e37f commit c465c7e Copy full SHA for c465c7e
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
"frameworks" : " arduino" ,
36
36
"platforms" : " espressif32" ,
37
37
"dependencies" : {
38
- "lvgl/lvgl" : " https://github.com/lvgl/lvgl.git"
38
+ "lvgl/lvgl" : " https://github.com/lvgl/lvgl.git#d39fc17 "
39
39
}
40
40
}
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ build_flags =
57
57
' -D ESP_LCD_PANEL_IO_ADDITIONS_VER_PATCH=1'
58
58
59
59
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
62
62
# lvgl/lvgl@^9.1.0
63
63
# The platformio.test_dir contains the test_main.cpp just to have an setup() and loop() function
64
64
# so it will compile
You can’t perform that action at this time.
0 commit comments