From 9acae20e0d0871e3fae89a6497fbb877e157f6b9 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 4 Jul 2024 10:36:56 -0400 Subject: [PATCH] Update command dire wolf -D 3 --- command | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command b/command index 1c43ef12..df2eee41 100755 --- a/command +++ b/command @@ -36,11 +36,11 @@ if [[ $(arecord -l | grep card) ]] && [ -f "$FILE" ]; then echo "debug mode" - direwolf -c /home/pi/CubeSatSim/direwolf-cc.conf -t 0l -D 2 | python3 /home/pi/CubeSatSim/dtmf_aprs_cc.py d + direwolf -c /home/pi/CubeSatSim/direwolf-cc.conf -t 0l -D 3 | python3 /home/pi/CubeSatSim/dtmf_aprs_cc.py d else - direwolf -c /home/pi/CubeSatSim/direwolf-cc.conf -t 0l -D 2 | python3 /home/pi/CubeSatSim/dtmf_aprs_cc.py + direwolf -c /home/pi/CubeSatSim/direwolf-cc.conf -t 0l -D 3 | python3 /home/pi/CubeSatSim/dtmf_aprs_cc.py fi else