Skip to content

Commit 596e2ea

Browse files
committed
Pinned LVGL version to 9.2.0 (exact)
1 parent 08d0ce2 commit 596e2ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"frameworks": "arduino",
3636
"platforms": "espressif32",
3737
"dependencies": {
38-
"lvgl/lvgl": "^9.2.0"
38+
"lvgl/lvgl": "9.2.0"
3939
}
4040
}

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ build_flags =
5959
'-D ESP_LCD_PANEL_IO_ADDITIONS_VER_PATCH=1'
6060

6161
lib_deps =
62-
lvgl/lvgl@^9.2.0
62+
6363
# The platformio.test_dir contains the test_main.cpp just to have an setup() and loop() function
6464
# so it will compile
6565
${platformio.test_dir}

0 commit comments

Comments
 (0)