Skip to content

Commit

Permalink
Pin library to v9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Aug 26, 2024
1 parent 9a8e37f commit c465c7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c465c7e

Please sign in to comment.