mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00:00
Push before merge
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user