Update pacsat.sh create PacSatGround dir if not present

pacsat-v2.2-tlm3
Alan Johnston 4 weeks ago committed by GitHub
parent bb6b966ad9
commit 661ba1d115
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,17 @@
#!/bin/bash #!/bin/bash
# script to auto decode packet using rtl_fm and Direwolf and run Pacsat # script to auto decode packet using rtl_fm and Direwolf and run Pacsat Ground Station
if [ ! -d "/home/pi/PacSatGround" ]; then
mkdir /home/pi/PacSatGround
echo
echo "You will need to install the Pacsatsim spacecraft file and set the Delay to 750ms and Port to 8100 and restart the Pacsat Ground Station"
sleep 10
fi
sudo modprobe snd-aloop sudo modprobe snd-aloop

Loading…
Cancel
Save

Powered by TurnKey Linux.