From 0d8355d0181b7cc5012f29fce9d9f81d52ec32ea Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 15 Mar 2026 11:13:56 -0400 Subject: [PATCH] Update pacsatsim.sh add pwm --- pacsatsim.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pacsatsim.sh b/pacsatsim.sh index 65edc986..9ec4bd20 100755 --- a/pacsatsim.sh +++ b/pacsatsim.sh @@ -187,7 +187,10 @@ else if [ "$pwm" = "1" ] ; then - direwolf -P+ -D1 -qd -dp -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf-pacsatsim-pwm.conf -t 0 & + ADEVICE="ADEVICE shared_mic plughw:CARD=Headphones,DEV=0" + PTT="PTT GPIOD gpiochip0 -20" + +# direwolf -P+ -D1 -qd -dp -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf-pacsatsim-pwm.conf -t 0 & else