Update config added blue LED on/off to transmit function

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.