Update transmit.py update doppler each character

master-bc
Alan Johnston 3 weeks ago committed by GitHub
parent cf455bed73
commit f4a0feb7cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -605,6 +605,7 @@ def cw_transmit_string(string):
def cw_transmit_char(character):
global morse_timing
update_doppler()
i = 0
while (morse_table[(ord(character.upper()) - ord('0')) % 44][i] != 0):
transmit_carrier(morse_table[(ord(character.upper()) - ord('0')) % 44][i] * morse_timing);

Loading…
Cancel
Save

Powered by TurnKey Linux.