Update pacsatsim.sh print callsign and frequencies in log

master-b-p
Alan Johnston 5 days ago committed by GitHub
parent bc0692f562
commit 172d35e02d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -59,6 +59,24 @@ else
rtl=1
fi
value=`cat /home/pi/CubeSatSim/sim.cfg`
echo "$value" > /dev/null
set -- $value
callsign="$1"
txfrequency="$7e3"
rxfrequency="$8e3"
echo -n "PacSat allsign is "
echo $callsign
echo -n "Transmit Frequency is "
echo $txfrequency
echo -n "Receive Frequency is "
echo $rxfrequency
echo
sleep 2
if [ ! -d "/home/pi/PacSat" ]; then
echo "Setting up PacSatSim default configuration"

Loading…
Cancel
Save

Powered by TurnKey Linux.