Update config add back Pacsat .mode changes

pacsat-v2.2-tlm3
Alan Johnston 4 weeks ago committed by GitHub
parent 98d006ddeb
commit 891f46ae72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1432,7 +1432,7 @@ elif [ "$1" = "-G" ]; then
# echo "changing CubeSatSim to Pacsat mode"
reboot=1
# sudo echo "p" > /home/pi/CubeSatSim/.mode
sudo echo "p" > /home/pi/CubeSatSim/.mode
# if [ "$1" == "f" ] || [ "$1" == "b" ] || [ "$1" == "e" ] ; then
# FILE=/home/pi/CubeSatSim/battery_saver
# if [ -f "$FILE" ]; then
@ -1456,7 +1456,7 @@ elif [ "$1" = "-I" ]; then
# echo "changing CubeSatSim to Pacsat mode"
reboot=1
# sudo echo "P" > /home/pi/CubeSatSim/.mode
sudo echo "P" > /home/pi/CubeSatSim/.mode
# if [ "$1" == "f" ] || [ "$1" == "b" ] || [ "$1" == "e" ] ; then
# FILE=/home/pi/CubeSatSim/battery_saver
# if [ -f "$FILE" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.