Skip to content

Commit baa0cc4

Browse files
committed
change version in build output
1 parent e8ba5e5 commit baa0cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder/__init__.py

Lines changed: 2 additions & 2 deletions
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 v9.3.0')
472+
print('collecting LVGL v9.4.0')
473473
print('this might take a while...')
474474
result, _ = spawn(cmd_, spinner=True)
475475
if result != 0:
@@ -482,7 +482,7 @@ def get_micropython():
482482
'git submodule update --init --depth=1 -- lib/micropython',
483483
]
484484
print()
485-
print('collecting MicroPython 1.25.0')
485+
print('collecting MicroPython 1.26.1')
486486
result, _ = spawn(cmd_, spinner=True)
487487
if result != 0:
488488
sys.exit(result)

0 commit comments

Comments
 (0)