Update config don't display dire wolf dtmf transmit

send-commands
Alan Johnston 2 months ago committed by GitHub
parent 376e6fa609
commit b9576e100f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -17,13 +17,13 @@ function transmit_command {
# echo "Stopping command and control" # echo "Stopping command and control"
# sudo systemctl stop command # sudo systemctl stop command
echo "Transmit DTMF start" # echo "Transmit start"
gpio write 28 0 # ptt gpio write 28 0 # ptt
gpio write 2 1 # tx LED gpio write 2 1 # tx LED
timeout 3 direwolf -c /home/pi/CubeSatSim/direwolf-tmp.conf -t 0l timeout 3 direwolf -c /home/pi/CubeSatSim/direwolf-tmp.conf -t 0l > /dev/null 2>&1
gpio write 2 0 # tx LED gpio write 2 0 # tx LED
gpio write 28 1 #ptt gpio write 28 1 #ptt
echo "Transmit stop" # echo "Transmit stop"
# echo "Resuming command and control" # echo "Resuming command and control"
# sudo systemctl start command # sudo systemctl start command

Loading…
Cancel
Save

Powered by TurnKey Linux.