sleep 8 after CW and typo

pull/101/head
alanbjohnston 5 years ago committed by GitHub
parent 06f746b477
commit 965d1e0549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,7 +53,7 @@ if __name__ == "__main__":
if (len(sys.argv)) > 1:
# print("There are arguments!")
if (('d' == sys.argv[1] or ('-d' in sys.argv[1]):
if (('d' == sys.argv[1] or ('-d' in sys.argv[1])):
debug_mode = 1
print(transmit)
@ -83,7 +83,7 @@ if __name__ == "__main__":
else:
system("echo '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 && cat /home/pi/CubeSatSim/morse.wav | csdr convert_i16_f | csdr gain_ff 7000 | csdr convert_f_samplerf 20833 | sudo /home/pi/rpitx/rpitx -i- -m RF -f 434.9e3")
time.sleep(8);
time.sleep(4); # was 8
GPIO.output(txLed, txLedOff)
time.sleep(2)

Loading…
Cancel
Save

Powered by TurnKey Linux.