Update transmit.py shorten duration between

master-be
Alan Johnston 2 weeks ago committed by GitHub
parent 21d057cb3f
commit a37396f96e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -615,7 +615,7 @@ def cw_transmit_char(character):
sleep(morse_timing * 1.0)
i=i+1
duration = morse_table[(ord(character.upper()) - ord('0')) % 44][i] * morse_timing
sleep(morse_timing * 1.0) # 1.5);
sleep(morse_timing * 0.3) # 1.5);
def transmit_carrier(duration):
global tx_doppler_freq_hz

Loading…
Cancel
Save

Powered by TurnKey Linux.