Update pacsatsim-df.sh add pwm variable

pacsat
Alan Johnston 2 weeks ago committed by GitHub
parent 427b53bee7
commit 67fde490cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,15 @@
#!/bin/bash
pwm=1
sudo modprobe snd-aloop
if [ "$pwm" = "1" ] ; then
direwolf -P+ -D1 -qd -dp -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf-pacsatsim-pwm.conf -t 0
else
direwolf -P+ -D1 -qd -dp -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf-pacsatsim-jp14.conf -t 0
fi

Loading…
Cancel
Save

Powered by TurnKey Linux.