Update packet.sh turn on autotune

fiabv4-auto-tune
Alan Johnston 2 months ago committed by GitHub
parent cdc8c2f607
commit 14de415089
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,7 +39,7 @@ echo
autotune=0 autotune=0
frequency=$(zenity --timeout=10 --list 2>/dev/null --width=410 --height=4000 --title="Packet Decoding with Direwolf" --text="Choose the frequency for packet decoding" --column="kHz" --column="Application" 144390 "APRS US 2m" 434900 "CubeSatSim" Auto-tune "CubeSatSim Auto-tune" 144800 "APRS European 2m" 145175 "APRS Australian 2m" Other "Choose another frequency" 145825 "APRS on ISS" APRS "Test APRS decoding with CubeSatSim WAV file") frequency=$(zenity --timeout=10 --list 2>/dev/null --width=410 --height=400 --title="Packet Decoding with Direwolf" --text="Choose the frequency for packet decoding" --column="kHz" --column="Application" 144390 "APRS US 2m" 434900 "CubeSatSim" Auto-tune "CubeSatSim Auto-tune" 144800 "APRS European 2m" 145175 "APRS Australian 2m" Other "Choose another frequency" 145825 "APRS on ISS" APRS "Test APRS decoding with CubeSatSim WAV file")
#echo $frequency #echo $frequency
@ -80,6 +80,7 @@ elif [ "$choice" = "2" ] || [ "$frequency" = "434900" ] ; then
elif [ "$frequency" = "Auto-tune" ] ; then elif [ "$frequency" = "Auto-tune" ] ; then
frequency=434900000 frequency=434900000
autotune=1
elif [ "$choice" = "3" ] || [ "$frequency" = "144800" ]; then elif [ "$choice" = "3" ] || [ "$frequency" = "144800" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.