Update pacsatsim.sh change Headphones to Device

master-b-pi5
Alan Johnston 1 month ago committed by GitHub
parent 9b4a223cb3
commit dfe741542c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 &

Loading…
Cancel
Save

Powered by TurnKey Linux.