From a37396f96ecc50dd4d0d43d471aa758426cb38cf Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 5 Jul 2026 11:07:28 -0400 Subject: [PATCH] Update transmit.py shorten duration between --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 128caf8c..01586a64 100644 --- a/transmit.py +++ b/transmit.py @@ -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