Update config try don't stop C2C in transmit dtmf commands

send-commands
Alan Johnston 1 month ago committed by GitHub
parent 9e06737ae3
commit aaf3cb4a08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,8 +14,8 @@ function transmit_command {
mode=1
cat direwolf/direwolf-transmit-dtmf.conf > direwolf-tmp.conf && echo 'CBEACON dest="DTMF-3" info="'$1' #" delay=0' >> direwolf-tmp.conf
echo "Stopping command and control"
sudo systemctl stop command
# echo "Stopping command and control"
# sudo systemctl stop command
echo "Transmit DTMF start"
gpio write 28 0 # ptt
@ -25,8 +25,8 @@ function transmit_command {
gpio write 28 1 #ptt
echo "Transmit stop"
echo "Resuming command and control"
sudo systemctl start command
# echo "Resuming command and control"
# sudo systemctl start command
else

Loading…
Cancel
Save

Powered by TurnKey Linux.