Update pacsatsim.sh add -qd to dire wolf

pull/347/head
Alan Johnston 1 year ago committed by GitHub
parent 84b8b81f2a
commit d4d0fb542c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -175,13 +175,13 @@ if [ "$choice" = "7" ] || [ "$choice" = "8" ] || [ "$frequency" = "Serenity" ]
echo -e "Auto decoding 4800 bps AX.25 packets on $frequency Hz"
direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-4800.conf -t 0 &
direwolf -qd -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-4800.conf -t 0 &
else
echo -e "Auto decoding APRS Pacsat packets on $frequency Hz"
direwolf -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf-pacsatsim.conf -t 0 &
direwolf -qd -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf-pacsatsim.conf -t 0 &
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.