Skip to content

Commit 2d8255f

Browse files
committed
Update builder for new LVGL version
1 parent cd43825 commit 2d8255f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ def get_lvgl():
469469
'git submodule update --init --depth=1 -- lib/lvgl'
470470
]
471471
print()
472-
print('collecting LVGL')
472+
print('collecting LVGL v9.3.0')
473473
print('this might take a while...')
474474
result, _ = spawn(cmd_, spinner=True)
475475
if result != 0:

0 commit comments

Comments
 (0)