Update rpitx.py CW ID for aprs back in

beta-v1.3.1-delay
Alan Johnston 2 years ago committed by GitHub
parent c990fbe96c
commit a807ff0a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -262,7 +262,8 @@ if __name__ == "__main__":
system("echo 'hi hi de " + callsign + "' > id.txt && gen_packets -M 20 /home/pi/CubeSatSim/id.txt -o /home/pi/CubeSatSim/morse.wav -r 48000 > /dev/null 2>&1") system("echo 'hi hi de " + callsign + "' > id.txt && gen_packets -M 20 /home/pi/CubeSatSim/id.txt -o /home/pi/CubeSatSim/morse.wav -r 48000 > /dev/null 2>&1")
if (mode != 'a') and (command_tx == True): # if (mode != 'a') and (command_tx == True):
if (command_tx == True):
output(pd, 1) output(pd, 1)
output (ptt, 0) output (ptt, 0)
output(txLed, txLedOn) output(txLed, txLedOn)

Loading…
Cancel
Save

Powered by TurnKey Linux.