Skip to content

Commit

Permalink
repair pi decode
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 18, 2024
1 parent 9a9586b commit 24690b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h264_decode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function execute_FPVueVideoDecode2 {
}

# Detect Platform
if [ -f "/boot/openhd/rpi.txt" ]; then
if grep -q "Raspberry Pi" /proc/device-tree/model; then
execute_fpvVideoDecode
fi

Expand Down

0 comments on commit 24690b7

Please sign in to comment.