Default to PFBCH until toggle for PFBCH2 preference is available

This commit is contained in:
Charles J. Cliffe 2018-05-07 22:14:50 -04:00
parent 94b0b04b59
commit 89f56284c8
1 changed files with 1 additions and 1 deletions

View File

@ -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;