Update config print change in dtmf

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

@ -7,6 +7,10 @@ function transmit_command {
FILE=/home/pi/CubeSatSim/transmit_dtmf
if [ -f "$FILE" ]; then
echo
echo "Sending DTMF tones to change to mode "$1
echo
mode=1
cat direwolf/direwolf-transmit-dtmf.conf > direwolf-tmp.conf && echo 'CBEACON dest="DTMF-3" info="'$1' #" delay=0' >> direwolf-tmp.conf

Loading…
Cancel
Save

Powered by TurnKey Linux.