Update config add spaces

beta-extra-2
Alan Johnston 1 year ago committed by GitHub
parent 765b838b5c
commit 94abd01256
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"

Loading…
Cancel
Save

Powered by TurnKey Linux.