Update pacsatsim.sh use PacSat Ground mode for loopback

master-b-p
Alan Johnston 4 days ago committed by GitHub
parent 9c868bd059
commit c0a679009d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -233,14 +233,12 @@ if [ "$loopback" = "1" ] ; then
MODE=$1
if [ ! "$MODE" = "p" ] ; then
if [ ! "$MODE" = "P" ] ; then
/home/pi/CubeSatSim/config -G n
/home/pi/CubeSatSim/config -I n
fi
sudo systemctl stop pacsatsim
# sudo /home/pi/CubeSatSim/pacsatsim-d.sh &
# direwolf -P+ -D1 -qd -dp -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf-pacsatsim-loopback.conf -t 0 &

Loading…
Cancel
Save

Powered by TurnKey Linux.