added info about the new pi4 revision

This commit is contained in:
Devaev Maxim 2021-01-14 23:08:42 +03:00
parent 2e2e53c04f
commit 1799e34fd0

View File

@ -48,7 +48,7 @@ case "$board" in
esac;;
"rpi4")
case "$model" in
"Raspberry Pi 4 Model B Rev 1.1")
"Raspberry Pi 4 Model B Rev 1.1" | "Raspberry Pi 4 Model B Rev 1.4")
if [ "$port" == "1-1.4:1.0" ]; then exit 0; else exit 1; fi;;
*) exit 0;;
esac;;