Update config add line breaks

send-commands
Alan Johnston 3 weeks ago committed by GitHub
parent 925a0b1f82
commit 00b6071230
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1185,7 +1185,7 @@ elif [ "$1" = "-n" ]; then
set -- $value
echo -n "TX Frequency is: "
echo -n ${7}
echo ${7}
echo
check_restart
@ -1203,7 +1203,7 @@ elif [ "$1" = "-A" ]; then
set -- $value
echo -n "TX Frequency is: "
echo -n ${7}
echo ${7}
echo
value=`cat /home/pi/CubeSatSim/.mode`

Loading…
Cancel
Save

Powered by TurnKey Linux.