Update config fix dire wolf display

pull/327/head
Alan Johnston 1 year ago committed by GitHub
parent 53bda9626b
commit cad7c6022f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,7 +11,7 @@ function transmit_command_aprs {
echo "Transmit start" echo "Transmit start"
gpio write 28 0 # ptt gpio write 28 0 # ptt
gpio write 27 1 # tx LED gpio write 27 1 # tx LED
timeout 3 direwolf -c /home/pi/CubeSatSim/direwolf/direwolf-transmit-dtmf-aprs.conf timeout 3 direwolf -c /home/pi/CubeSatSim/direwolf/direwolf-transmit-dtmf-aprs.conf -t 0l
gpio write 27 0 # tx LED gpio write 27 0 # tx LED
gpio write 28 1 #ptt gpio write 28 1 #ptt
echo "Transmit stop" echo "Transmit stop"

Loading…
Cancel
Save

Powered by TurnKey Linux.