You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/pacsatsim-df.sh

16 lines
291 B

#!/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

Powered by TurnKey Linux.