Update config missing :

send-commands
Alan Johnston 1 month ago committed by GitHub
parent dd02632958
commit a7dade5daf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1114,7 +1114,7 @@ elif [ "$1" = "-n" ]; then
if [ "$1" = "n" ]; then if [ "$1" = "n" ]; then
echo "Turning Transmit Commands mode OFF" echo "Turning Transmit Commands mode OFF"
if [ "$2 = "-a" ] || [ "$2" = "-f" ] || [ "$2" = "-b" ] || [ "$2" = "-s" ] || [ "$2" = "-m" ] || [ "$2" = "-e" ] || [ "$2" = "-j" ] ; then if [ "$2" = "-a" ] || [ "$2" = "-f" ] || [ "$2" = "-b" ] || [ "$2" = "-s" ] || [ "$2" = "-m" ] || [ "$2" = "-e" ] || [ "$2" = "-j" ] ; then
echo "Switching to mode "${2:1:1} echo "Switching to mode "${2:1:1}
sudo echo ${2:1:1} > /home/pi/CubeSatSim/.mode sudo echo ${2:1:1} > /home/pi/CubeSatSim/.mode
restart=1 restart=1

Loading…
Cancel
Save

Powered by TurnKey Linux.