From e0fc2a50d124b5e773b8516b6190a825dad4e627 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 10 May 2016 21:29:02 +0100 Subject: [PATCH] Speed up the CW Id. --- CWIdTX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CWIdTX.cpp b/CWIdTX.cpp index d03af8d..8786f24 100644 --- a/CWIdTX.cpp +++ b/CWIdTX.cpp @@ -31,7 +31,7 @@ q15_t SILENCE[] = { const uint8_t CYCLE_LENGTH = 24U; -const uint8_t DOT_LENGTH = 80U; +const uint8_t DOT_LENGTH = 60U; const struct { uint8_t c;