From 56406a17112395bf3fba0e8621069d42948c533c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 22 Sep 2024 21:05:01 -0400 Subject: [PATCH] Update command different direwolf.conf --- command | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command b/command index 9c3b6ad8..237f6f5f 100755 --- a/command +++ b/command @@ -85,11 +85,11 @@ else echo "debug mode" - direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf.conf -t 0l | python3 /home/pi/CubeSatSim/dtmf_aprs_cc.py d + direwolf -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf.conf -t 0l | python3 /home/pi/CubeSatSim/dtmf_aprs_cc.py d else - direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf.conf -t 0l | python3 /home/pi/CubeSatSim/dtmf_aprs_cc.py + direwolf -r 48000 -c /home/pi/CubeSatSim/direwolf/direwolf.conf -t 0l | python3 /home/pi/CubeSatSim/dtmf_aprs_cc.py fi