Push before merge

This commit is contained in:
Ryzerth
2020-10-22 02:33:50 +02:00
parent fbd7321b48
commit 087380c966
7 changed files with 24 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ void SigPath::init(std::string vfoName, uint64_t sampleRate, int blockSize) {
// TODO: Add a mono to stereo for different modes
squelch.init(vfo->output, 800);
squelch.level = 40;
squelch.level = -100.0;
squelch.onCount = 1;
squelch.offCount = 2560;