Update update add rpitx check and update

pull/327/head
Alan Johnston 1 year ago committed by GitHub
parent fe43a2e4b9
commit 24aca1430f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -159,6 +159,13 @@ if [ ! -d "/home/pi/PiSSTVpp" ]; then
fi fi
if [[ $(grep 'SYNCWITHPWM' /home/pi/rpitx/src/librpitx/src/fskburst.h) ]]; then
echo "rpitx already updated"
else
echo "updating rpitx"
/home/pi/rpitx/update.sh
fi
cd /home/pi/pi-power-button cd /home/pi/pi-power-button
git checkout reboot-mode-change-beta > .updated_b git checkout reboot-mode-change-beta > .updated_b

Loading…
Cancel
Save

Powered by TurnKey Linux.