File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
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#d39fc17 "
38
+ "lvgl/lvgl" : " ^9.2.0 "
39
39
}
40
40
}
Original file line number Diff line number Diff line change @@ -59,9 +59,7 @@ build_flags =
59
59
' -D ESP_LCD_PANEL_IO_ADDITIONS_VER_PATCH=1'
60
60
61
61
lib_deps =
62
- # Use direct git because rotation commit is after 9.1. So pin the build to v9.2
63
- https://github.com/lvgl/lvgl.git# d39fc17
64
- # lvgl/lvgl@^9.1.0
62
+ lvgl/lvgl@^9.2.0
65
63
# The platformio.test_dir contains the test_main.cpp just to have an setup() and loop() function
66
64
# so it will compile
67
65
${platformio.test_dir}
@@ -166,4 +164,4 @@ board = esp32-s3touchlcd7
166
164
board = esp32-2432W328C
167
165
168
166
[env:esp32-8048S550C]
169
- board = esp32-8048S550C
167
+ board = esp32-8048S550C
You can’t perform that action at this time.
0 commit comments