mirror of https://github.com/g4klx/MMDVM.git
Reduce the CW Id level again.
This commit is contained in:
parent
3521aa6994
commit
a381387c5c
|
@ -24,7 +24,7 @@
|
||||||
#include "CWIdTX.h"
|
#include "CWIdTX.h"
|
||||||
|
|
||||||
q15_t TONE[] = {
|
q15_t TONE[] = {
|
||||||
0, 1294, 2500, 3535, 4330, 4830, 5000, 4830, 4330, 3535, 2500, 1294, 0, -1294, -2500, -3535, -4330, -4830, -5000, -4830, -4330, -3535, -2500, -1294};
|
0, 647, 1250, 1767, 2165, 2415, 2500, 2415, 2165, 1767, 1250, 647, 0, -647, -1250, -1767, -2165, -2415, -2500, -2415, -2165, -1767, -1250, -647};
|
||||||
|
|
||||||
q15_t SILENCE[] = {
|
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};
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||||
|
|
Loading…
Reference in New Issue