Update command add -D 2

beta-pl-cc-op
Alan Johnston 1 year ago committed by GitHub
parent 91290608b8
commit 81a8e7ba23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 | python3 /home/pi/CubeSatSim/dtmf_aprs_cc.py d
direwolf -c /home/pi/CubeSatSim/direwolf-cc.conf -t 0l -D 2 | python3 /home/pi/CubeSatSim/dtmf_aprs_cc.py d
else
direwolf -c /home/pi/CubeSatSim/direwolf-cc.conf -t 0l | python3 /home/pi/CubeSatSim/dtmf_aprs_cc.py
direwolf -c /home/pi/CubeSatSim/direwolf-cc.conf -t 0l -D 2 | python3 /home/pi/CubeSatSim/dtmf_aprs_cc.py
fi
else

Loading…
Cancel
Save

Powered by TurnKey Linux.