added sudo raspi-config nonint do_i2c 0 to turn on I2C

pull/109/head
alanbjohnston 5 years ago committed by GitHub
parent 448907c7cd
commit 455608665f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,10 +82,13 @@ sudo cp ~/CubeSatSim/systemd/rpitx.service /etc/systemd/system/rpitx.service
sudo systemctl enable rpitx
sudo cp /boot/config.txt /boot/config.txt.0
sudo cp /boot/cmdline.txt /boot/cmdline.txt.0
sudo raspi-config nonint do_i2c 0
#if [ "$1" = "u" ]; then
#fi

Loading…
Cancel
Save

Powered by TurnKey Linux.