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

Commit454ad87

Browse files
Fix camera manifest workaround
1 parenta1ab4a1 commit454ad87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/build_mpos.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fi
4747
echo"Check need to add lvgl_micropython manifest to micropython-camera-API's manifest..."
4848
camani="$codebasedir"/micropython-camera-API/src/manifest.py
4949
rellvglmani=lvgl_micropython/build/manifest.py
50-
if! grep"$rellvglmani""$idfile";then
50+
if! grep"$rellvglmani""$camani";then
5151
abslvglmani="$codebasedir"/"$rellvglmani"
5252
echo"Adding include(\"$abslvglmani\") to$camani"
5353
echo>>"$camani"# needs newline because file doesn't have newline at the end

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp