From dfe741542c6c44edbe94637687d25aa442bc0bb4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 7 Jun 2026 07:22:50 -0400 Subject: [PATCH] Update pacsatsim.sh change Headphones to Device --- pacsatsim.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pacsatsim.sh b/pacsatsim.sh index 6494afbe..4c09a9fc 100755 --- a/pacsatsim.sh +++ b/pacsatsim.sh @@ -286,7 +286,8 @@ elif [ "$vox" = "1" ]; then elif [ "$pwm" = "1" ] ; then echo "FM TXC using Soundcard input (JP13), PWM output" - ADEVICE="ADEVICE shared_mic plughw:CARD=Headphones,DEV=0" +# ADEVICE="ADEVICE shared_mic plughw:CARD=Headphones,DEV=0" + ADEVICE="ADEVICE shared_mic plughw:CARD=Device,DEV=0" # Pi 5 no Headphones PTT="PTT GPIOD gpiochip0 -20" # direwolf -P+ -D1 -qd -dp -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf-pacsatsim-pwm.conf -t 0 &