From aaf3cb4a0800a426c63c4af25612d175d00489d7 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 1 Jan 2026 13:48:09 -0500 Subject: [PATCH] Update config try don't stop C2C in transmit dtmf commands --- config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config b/config index 0b47824f..9902b2f4 100755 --- a/config +++ b/config @@ -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