From c2bab3bd3a393a837d95675973ce4d2bf2a900ae Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 23 Aug 2021 20:25:56 -0400 Subject: [PATCH] start of changes --- groundstation/sstv_decode_prompt.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/groundstation/sstv_decode_prompt.sh b/groundstation/sstv_decode_prompt.sh index 3b72c7a4..4371bfcf 100755 --- a/groundstation/sstv_decode_prompt.sh +++ b/groundstation/sstv_decode_prompt.sh @@ -31,6 +31,22 @@ sudo killall -9 CubicSDR &>/dev/null #echo "s" >> .mode +echo + +echo "Choose the number for the frequency for SSTV decoding:" +echo "1. ISS (145.8 MHz)" +echo "2. CubeSatSim (434.9 MHz)" +echo "3. Enter a frequency" +echo + +read -r choice + +if [ "$choice" = "1" ]; then + +frequency=145.8 + +fi + qsstv & sleep 5