From 1d84bd97444d95cc2ec7d1243085854c1cef8d80 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 5 Oct 2021 17:07:06 -0400 Subject: [PATCH] fixes Serenity config --- groundstation/packet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/packet.sh b/groundstation/packet.sh index f41d72bc..8b18804a 100755 --- a/groundstation/packet.sh +++ b/groundstation/packet.sh @@ -157,7 +157,7 @@ echo "Note that the 'Tuned to' frequency will be different from the chosen frequ echo -if [ "$choice" = "7" ] || [ "$choice" = "8" ] || [ "$frequency" = "Serenity" ] || [ "$frequency" = "437100" ] ; then +if [ "$choice" = "7" ] || [ "$choice" = "8" ] || [ "$frequency" = "Serenity" ] || [ "$frequency" = "437100000" ] ; then echo -e "Auto decoding 4800 bps AX.25 packets on $frequency Hz"