Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbaa0cc4

Browse files
committed
change version in build output
1 parente8ba5e5 commitbaa0cc4

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
ifresult!=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
ifresult!=0:
488488
sys.exit(result)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp