From 5d6e93b9818bf2061f49f7e4710ecfe3a130af8a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 28 Nov 2024 14:16:28 -0500 Subject: [PATCH] Update config don't do ptt here --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 3d6107e0..eea64a4e 100755 --- a/config +++ b/config @@ -9,11 +9,11 @@ function transmit_command_aprs { sudo systemctl stop command echo "Transmit DTMF start" - gpio write 28 0 # ptt +# gpio write 28 0 # ptt gpio write 2 1 # tx LED timeout 3 direwolf -c /home/pi/CubeSatSim/direwolf/direwolf-transmit-dtmf-aprs.conf -t 0l gpio write 2 0 # tx LED - gpio write 28 1 #ptt +# gpio write 28 1 #ptt echo "Transmit stop" echo "Resuming command and control"