From d4e56965dab4c99779999fb61301545c3ca2864b Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 6 Jun 2016 17:44:34 +0100 Subject: [PATCH] Reduce the CW Id transmit level considerably. --- CWIdTX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CWIdTX.cpp b/CWIdTX.cpp index c4bc40c..fd980e8 100644 --- a/CWIdTX.cpp +++ b/CWIdTX.cpp @@ -24,7 +24,7 @@ #include "CWIdTX.h" q15_t TONE[] = { - 0, 2588, 5000, 7071, 8660, 9659, 10000, 9659, 8660, 7071, 5000, 2588, 0, -2588, -5000, -7071, -8660, -9659, -10000, -9659, -8660, -7071, -5000, -2588}; + 0, 259, 500, 707, 866, 966, 1000, 966, 866, 707, 500, 259, 0, -259, -500, -707, -866, -966, -1000, -966, -866, -707, -500, -259}; q15_t SILENCE[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};