From 0e6513d1571e9288b6bb867418465165f4da9c86 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 6 Jun 2026 08:49:41 -0400 Subject: [PATCH] Update command.sh fix PacSatSim --- groundstation/command.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/command.sh b/groundstation/command.sh index e83f5881..6069f9b2 100755 --- a/groundstation/command.sh +++ b/groundstation/command.sh @@ -20,7 +20,7 @@ echo autotune=0 -mode=$(zenity --timeout=20 --list 2>/dev/null --width=300 --height=380 --title="Transmit Command" --text="Choose the command to transmit" --column="Mode" --column="Result" a "APRS Mode" f "FSK Mode" b "BPSK Mode" s "SSTV Mode" m "CM Mode" e "Repeater Mode" j "FUNcube Mode" p "PacSatSim Mode" o "Beacon On/Off") +mode=$(zenity --timeout=20 --list 2>/dev/null --width=300 --height=380 --title="Transmit Command" --text="Choose the command to transmit" --column="Mode" --column="Result" a "APRS Mode" f "FSK Mode" b "BPSK Mode" s "SSTV Mode" m "CM Mode" e "Repeater Mode" j "FUNcube Mode" G "PacSatSim Mode" o "Beacon On/Off") # echo $mode