Update config add ptt to dumf

pull/327/head
Alan Johnston 1 year ago committed by GitHub
parent 35ca6faebb
commit 004d9bc3c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1080,8 +1080,17 @@ function transmit_command_aprs {
sleep 5 sleep 5
sudo touch /home/pi/CubeSatSim/ready sudo touch /home/pi/CubeSatSim/ready
sleep 5
echo "Stopping command and control"
sudo systemctl stop command sudo systemctl stop command
timeout 3 direwolf -c /home/pi/CubeSatSim/direwolf/direwolf-dtmf-aprs.conf
echo "Transmit start"
gpio write 28 0 # ptt
timeout 3 direwolf -c /home/pi/CubeSatSim/direwolf/direwolf-transmit-dtmf-aprs.conf
gpio write 28 1 #ptt
echo "Transmit stop"
echo "Resuming command and control"
sudo systemctl start command sudo systemctl start command
exit exit

Loading…
Cancel
Save

Powered by TurnKey Linux.