Update config changed to command_tx

sr-frs-rx
Alan Johnston 2 years ago committed by GitHub
parent a062611fcf
commit 8f90da2c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -367,7 +367,7 @@ elif [ "$1" = "-T" ]; then
echo echo
echo "Current command state is:" echo "Current command state is:"
cat /home/pi/CubeSatSim/command_state cat /home/pi/CubeSatSim/command_tx
echo echo
echo "Do you want to set beacon transmit to ON (y/n) " echo "Do you want to set beacon transmit to ON (y/n) "
@ -375,10 +375,10 @@ elif [ "$1" = "-T" ]; then
echo echo
if [ "$reset" = "y" ] || [ "$reset" = "yes" ] ; then if [ "$reset" = "y" ] || [ "$reset" = "yes" ] ; then
echo "True" > /home/pi/CubeSatSim/command_state echo "True" > /home/pi/CubeSatSim/command_tx
echo "Command state set to True to enable beacon" echo "Command state set to True to enable beacon"
else else
echo "False" > /home/pi/CubeSatSim/command_state echo "False" > /home/pi/CubeSatSim/command_tx
echo "Command state set to False to disable beacon" echo "Command state set to False to disable beacon"
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.