diff --git a/config b/config index 4a454d1e..36852ffb 100755 --- a/config +++ b/config @@ -1255,6 +1255,10 @@ elif [ "$1" = "-n" ]; then echo "changing CubeSatSim to Transmit Commands mode" + value=`cat /home/pi/CubeSatSim/.mode` + echo "$value" > /dev/null + set -- $value + if [ "$1" = "n" ]; then echo "Turning Transmit Command and Control mode OFF" echo "Switching to FSK mode"