move i2S to bottom
This commit is contained in:
parent
6b17fc9ba4
commit
e308114e28
|
@ -139,11 +139,6 @@ echo "start_x=1" >> /boot/config.txt
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
echo "========== Setup sound to I2S ============"
|
||||
sudo curl -sS https://dride.io/code/i2samp.sh | bash
|
||||
|
||||
echo "========== Install mpg123 ============"
|
||||
sudo apt-get install mpg123 -y
|
||||
|
||||
|
@ -302,7 +297,8 @@ sudo rm opencv-3.1.0.zip
|
|||
# TODO: Add a test if openCV was installed correctly
|
||||
|
||||
|
||||
|
||||
echo "========== Setup sound to I2S ============"
|
||||
sudo curl -sS https://dride.io/code/i2samp.sh | bash
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user