From 624add1aa8085b4695f62b8c9a7124d8666d55ea Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 3 Jun 2026 17:45:31 -0400 Subject: [PATCH] Update pacsat.sh fix rpitx --- groundstation/pacsat.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index 11204855..fd1f9bd1 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -256,7 +256,7 @@ else echo "2b: Using RTL-SDR for Receive and rpitx for Transmit" start-rtl # ADEVICE="ADEVICE shared_mic plughw:CARD=Loopback,DEV=0" - ADEVICE="ADEVICE plughw:CARD=Loopback,DEV=1" + ADEVICE="ADEVICE plughw:CARD=Loopback,DEV=1 plughw:CARD=Loopback,DEV=0" PTT="PTT GPIOD gpiochip0 17" else @@ -281,13 +281,13 @@ else echo "4: Using RTL-SDR for Receive and rpitx for Transmit" start-rtl # ADEVICE="ADEVICE shared_mic plughw:CARD=Loopback,DEV=0" - ADEVICE="ADEVICE plughw:CARD=Loopback,DEV=1" + ADEVICE="ADEVICE plughw:CARD=Loopback,DEV=1 plughw:CARD=Loopback,DEV=0" PTT="PTT GPIOD gpiochip0 17" else echo "5: Using Sound Card for Receive and rpitx for Transmit" - ADEVICE="ADEVICE shared_mic plughw:CARD=Headphones,DEV=0" + ADEVICE="ADEVICE shared_mic plughw:CARD=Loopback,DEV=0" PTT="PTT GPIOD gpiochip0 17" fi