Update log add newline for -f

master-bd
Alan Johnston 3 weeks ago committed by GitHub
parent bcef0c8d0a
commit dcfa155d7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
log

@ -44,6 +44,7 @@ if [ "$REALTIME" = "1" ] ; then
elif [ "$1" = "-f" ] ; then
while true; do
cat /home/pi/CubeSatSim/frequency.txt
echo
sleep 5
done
else

Loading…
Cancel
Save

Powered by TurnKey Linux.