From e2c238ecb91b4b764bc65d6eba7fce43899cfde9 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 8 Oct 2021 09:41:20 -0400 Subject: [PATCH] menu size --- groundstation/cubicsdr-packet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/cubicsdr-packet.sh b/groundstation/cubicsdr-packet.sh index 164507f2..6cdda7f6 100755 --- a/groundstation/cubicsdr-packet.sh +++ b/groundstation/cubicsdr-packet.sh @@ -69,7 +69,7 @@ if [ "$choice" = "1" ] || [ "$frequency" = "144390" ] ; then echo "Hit the Return key when you have done this in CubicSDR and Direwolf will start" - result=$(zenity --info --width=410 --height=410 --title="CubicSDR Instructions" --text="When CubicSDR opens, select Generic RTL2832 device then click Start to begin.\nThen select File/Session/Open Session then load /home/pi/CubeSatSim/groundstation/cubicsdr-session/cubicsdr-aprs-direwolf.xml then Open.\nNote that you won't hear anything as the audio is routed to Direwolf for decoding. To hear the signal, change the Audio Out setting.\nThen click OK to start Direwolf!") + result=$(zenity --info --width=650 --height=210 --title="Instructions" --text="When CubicSDR opens, select Generic RTL2832 device then click Start to begin.\n\nThen select File/Session/Open Session then load CubeSatSim/groundstation/cubicsdr-session/cubicsdr-aprs-direwolf.xml then Open.\n\nNote that you won't hear anything as the audio is routed to Direwolf for decoding. To hear the signal, change the Audio Out setting.\n\nThen click OK to start Direwolf!") [[ ! -z "$result" ]] && read input