From 27f4f013d4f88cdefaf20311494c9be5dc4f2eb2 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 15 Jul 2024 09:55:01 -0400 Subject: [PATCH] Update config 3 sec --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 30bc6f02..f025840b 100755 --- a/config +++ b/config @@ -11,7 +11,7 @@ function transmit_command_aprs { echo "Transmit start" gpio write 28 0 # ptt gpio write 27 1 # tx LED - timeout 4 direwolf -c /home/pi/CubeSatSim/direwolf/direwolf-transmit-dtmf-aprs.conf -t 0l + timeout 3 direwolf -c /home/pi/CubeSatSim/direwolf/direwolf-transmit-dtmf-aprs.conf -t 0l gpio write 27 0 # tx LED gpio write 28 1 #ptt echo "Transmit stop"