Update command changed to dtmf_aprs_cc filename

pull/323/head
Alan Johnston 1 year ago committed by GitHub
parent 381399fffd
commit 45c68a3619
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" echo "debug mode"
direwolf -c /home/pi/CubeSatSim/direwolf-cc.conf -t 0l | python3 /home/pi/CubeSatSim/aprs_in.py d direwolf -c /home/pi/CubeSatSim/direwolf-cc.conf -t 0l | python3 /home/pi/CubeSatSim/dtmf_aprs_cc.py d
else else
direwolf -c /home/pi/CubeSatSim/direwolf-cc.conf -t 0l | python3 /home/pi/CubeSatSim/aprs_in.py direwolf -c /home/pi/CubeSatSim/direwolf-cc.conf -t 0l | python3 /home/pi/CubeSatSim/dtmf_aprs_cc.py
fi fi
else else

Loading…
Cancel
Save

Powered by TurnKey Linux.