mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-03 22:44:40 -04:00
Fix IQ swap default
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include "CubicSDR.h"
|
||||
|
||||
DeviceConfig::DeviceConfig() : deviceId("") {
|
||||
iqSwap.store(0);
|
||||
ppm.store(0);
|
||||
directSampling.store(false);
|
||||
offset.store(0);
|
||||
|
||||
Reference in New Issue
Block a user