From 1b04cf42edadd8e4ed9139295722aa013b432465 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 6 Jun 2026 13:07:25 -0400 Subject: [PATCH] Update pacsat.sh added missing start-rtl --- groundstation/pacsat.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index fd1f9bd1..9ee8a574 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -262,6 +262,7 @@ else else echo "3b: RTL-SDR for Receive Only" + start-rtl ADEVICE="ADEVICE plughw:CARD=Loopback,DEV=1" PTT="#PTT GPIOD gpiochip0 17" @@ -305,8 +306,8 @@ else if [ "$rtl" = "1" ] ; then - start-rtl echo "7: Using RTL-SDR for Receive Only" + start-rtl ADEVICE="ADEVICE plughw:CARD=Loopback,DEV=1" PTT="#PTT GPIOD gpiochip0 17"