|
|
|
@ -284,7 +284,7 @@ if [ "$1" = "" ]; then
|
|
|
|
echo -n "Current command count is: "
|
|
|
|
echo -n "Current command count is: "
|
|
|
|
cat /home/pi/CubeSatSim/command_count.txt
|
|
|
|
cat /home/pi/CubeSatSim/command_count.txt
|
|
|
|
echo
|
|
|
|
echo
|
|
|
|
echo
|
|
|
|
# echo
|
|
|
|
# echo "Current beacon transmit mode is:"
|
|
|
|
# echo "Current beacon transmit mode is:"
|
|
|
|
# cat /home/pi/CubeSatSim/command_tx
|
|
|
|
# cat /home/pi/CubeSatSim/command_tx
|
|
|
|
# echo
|
|
|
|
# echo
|
|
|
|
@ -326,6 +326,7 @@ if [ "$1" = "" ]; then
|
|
|
|
echo "Battery saver mode is OFF"
|
|
|
|
echo "Battery saver mode is OFF"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo
|
|
|
|
FILE=/home/pi/CubeSatSim/beacon_off
|
|
|
|
FILE=/home/pi/CubeSatSim/beacon_off
|
|
|
|
if [ -f "$FILE" ]; then
|
|
|
|
if [ -f "$FILE" ]; then
|
|
|
|
echo "Transmit beacon telemetry is OFF"
|
|
|
|
echo "Transmit beacon telemetry is OFF"
|
|
|
|
|