@ -212,7 +212,10 @@ git pull --no-rebase > .updated_p
FLAG=1
fi
if ! grep -q force_turbo=1 /boot/config.txt ; then sudo sh -c 'echo "force_turbo=1" >> /boot/config.txt'; fi
if ! grep -q force_turbo=1 /boot/config.txt ; then
sudo sh -c 'echo "force_turbo=1" >> /boot/config.txt'
#if [ ! -f "/home/pi/CubeSatSim/telem_string.txt" ]; then
Powered by TurnKey Linux.