From 89f56284c88b8f6d043cbd84a1c18a90978fd105 Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Mon, 7 May 2018 22:14:50 -0400 Subject: [PATCH] Default to PFBCH until toggle for PFBCH2 preference is available --- src/sdr/SDRPostThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdr/SDRPostThread.cpp b/src/sdr/SDRPostThread.cpp index a8af3da..5612566 100644 --- a/src/sdr/SDRPostThread.cpp +++ b/src/sdr/SDRPostThread.cpp @@ -22,7 +22,7 @@ SDRPostThread::SDRPostThread() : IOThread(), buffers("SDRPostThreadBuffers"), vi channelizer2 = nullptr; // Channel mode default temporary for testing - chanMode = 2; + chanMode = 1; lastChanMode = 0; sampleRate = 0;