From cd9045f15afbf01d6c6f8671aa0f14f0064ce688 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 24 Aug 2021 10:03:47 -0400 Subject: [PATCH] added note --- groundstation/sstv_decode_prompt.sh | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/groundstation/sstv_decode_prompt.sh b/groundstation/sstv_decode_prompt.sh index c14507dc..53fdade7 100755 --- a/groundstation/sstv_decode_prompt.sh +++ b/groundstation/sstv_decode_prompt.sh @@ -1,7 +1,6 @@ #!/bin/bash -# script to decode SSTV using rtl_fm and QSSTV from the CubeSatSim -echo "Script to decode SSTV from the CubeSatSim for ARISS Radio Pi" +echo "Script to decode SSTV using QSSTV with rtl_fm" echo @@ -63,7 +62,15 @@ frequency=$frequency"000" fi -echo $frequency +#echo $frequency + +echo + +echo "Note that the 'Tuned to' frequency will be different from the chosen frequency due to the way SDRs work." + +echo + +echo -e "Auto decoding SSTV on $frequency Hz" sleep 2