From 9e06737ae33e19467b9ea2e422e338293e06684e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 1 Jan 2026 13:23:51 -0500 Subject: [PATCH] Update config print change in dtmf --- config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config b/config index d01cd159..0b47824f 100755 --- a/config +++ b/config @@ -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