We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ba5e5 commit baa0cc4Copy full SHA for baa0cc4
builder/__init__.py
@@ -469,7 +469,7 @@ def get_lvgl():
469
'git submodule update --init --depth=1 -- lib/lvgl'
470
]
471
print()
472
- print('collecting LVGL v9.3.0')
+ print('collecting LVGL v9.4.0')
473
print('this might take a while...')
474
result, _ = spawn(cmd_, spinner=True)
475
if result != 0:
@@ -482,7 +482,7 @@ def get_micropython():
482
'git submodule update --init --depth=1 -- lib/micropython',
483
484
485
- print('collecting MicroPython 1.25.0')
+ print('collecting MicroPython 1.26.1')
486
487
488
sys.exit(result)
0 commit comments