Update cubicsdr-packet.sh

pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent 591fa7420e
commit 7fa2717522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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=650 --height=180 --title="Instructions" --text="When CubicSDR opens, select <i>Generic RTL2832</i> device then click <b>Start</b> to begin.\n\nThen select <b>File/Session/Open Session</b> then load <i>CubeSatSim/groundstation/cubicsdr-session/cubicsdr-aprs-direwolf.xml</i> then <b>Open</b>.\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 <b>OK</b> to start Direwolf!")
result=$(zenity --info --width=650 --height=160 --title="Instructions" --text="When CubicSDR opens, select <i>Generic RTL2832</i> device then click <b>Start</b> to begin.\n\nThen select <b>File/Session/Open Session</b> then load <pre>CubeSatSim/groundstation/cubicsdr-session/cubicsdr-aprs-direwolf.xml</pre> then <b>Open</b>.\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 <b>OK</b> to start Direwolf!")
[[ ! -z "$result" ]] && read input

Loading…
Cancel
Save

Powered by TurnKey Linux.