mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-08-15 15:53:43 -04:00
Default to PFBCH until toggle for PFBCH2 preference is available
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user