From df9b901dc6f1ac3812e99901b0be0a8f85a5fee5 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 25 Jun 2025 11:55:53 -0400 Subject: [PATCH] Update fctelem.sh zenith timeout --- groundstation/fctelem.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/groundstation/fctelem.sh b/groundstation/fctelem.sh index 6fe93ce3..4beb88a3 100755 --- a/groundstation/fctelem.sh +++ b/groundstation/fctelem.sh @@ -81,15 +81,14 @@ else fi -frequency=$(zenity --list 2>/dev/null --width=410 --height=180 --title="FUNcube Telem Decoding" --text="Choose the frequency for FUNcube decoding:" --column="kHz" --column="Use" 434900 "CubeSatSim" Other "Choose another frequency") +frequency=$(zenity --timeout=10 --list 2>/dev/null --width=410 --height=180 --title="FUNcube Telem Decoding" --text="Choose the frequency for FUNcube decoding:" --column="kHz" --column="Use" 434900 "CubeSatSim" Other "Choose another frequency") echo $frequency if [ -z "$frequency" ]; then - echo "No choice made. Exiting." - sleep 3 - exit + echo "No choice made." + frequency=434900 fi