mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-23 12:18:37 -05:00
Default to PFBCH until toggle for PFBCH2 preference is available
This commit is contained in:
parent
94b0b04b59
commit
89f56284c8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user