Skip to content

Commit

Permalink
Update load_grainmedia, fix sensor name transfer (OpenIPC#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
flyrouter authored Jun 7, 2024
1 parent 55c619d commit 6378e80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ else
fi
fi

if [ "$1" != "" ]; then
video_frontend=$1
if [ "$2" != "" ]; then
video_frontend=$2
else
video_frontend=${SENSOR}
fi
Expand Down

0 comments on commit 6378e80

Please sign in to comment.