Update transmit.py slow CW and shorter inter dit timing

master-bf-test
Alan Johnston 2 weeks ago committed by GitHub
parent 0bc345c2aa
commit ec9f50fd75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -614,7 +614,7 @@ def cw_transmit_char(character):
print(duration)
while (duration != 0):
transmit_carrier(duration * morse_timing)
sleep(morse_timing * 0.7)
sleep(morse_timing * 0.6)
i=i+1
duration = morse_table[(ord(character.upper()) - ord('0')) % 44][i]
if duration == 1:
@ -649,7 +649,7 @@ txc_pin = 7
squelch = 6
green = 16
powerPin = 16
morse_timing = 0.08 # 0.1
morse_timing = 0.09 # 0.1
command_tx = True

Loading…
Cancel
Save

Powered by TurnKey Linux.