From 67bf8df19898a191e5272f5d56e47509401e224c Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 5 Oct 2021 11:53:42 -0400 Subject: [PATCH] fixed serenity --- groundstation/packet.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groundstation/packet.sh b/groundstation/packet.sh index 34c7b1fe..b305b7d1 100755 --- a/groundstation/packet.sh +++ b/groundstation/packet.sh @@ -157,9 +157,9 @@ echo "Note that the 'Tuned to' frequency will be different from the chosen frequ echo -if [ "$choice" = "7" ] || [ "$choice" = "8" ]; then +if [ "$choice" = "7" ] || [ "$choice" = "8" ] || [ "$frequency" = "Serenity" ] || [ "$frequency" = "437100" ] ; then - echo -e "Auto decoding AX.25 packets on $frequency Hz" + 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 &