@ -1106,6 +1106,15 @@ elif [ "$1" = "-F" ]; then
elif [ "$1" = "-o" ]; then
value=`cat /home/pi/CubeSatSim/.mode`
echo "$value" > /dev/null
set -- $value
if [ "$1" == "n" ]; then
transmit_command_beacon
else
echo
echo "Change telemetry beacon transmit state"
@ -1139,6 +1148,7 @@ elif [ "$1" = "-o" ]; then
# restart=1
fi
elif [ "$1" = "-H" ]; then
Powered by TurnKey Linux.