mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-12 07:06:11 -05:00
Fix IQ swap default
This commit is contained in:
parent
03c8619c5a
commit
eae47fdfd7
@ -2,6 +2,7 @@
|
|||||||
#include "CubicSDR.h"
|
#include "CubicSDR.h"
|
||||||
|
|
||||||
DeviceConfig::DeviceConfig() : deviceId("") {
|
DeviceConfig::DeviceConfig() : deviceId("") {
|
||||||
|
iqSwap.store(0);
|
||||||
ppm.store(0);
|
ppm.store(0);
|
||||||
directSampling.store(false);
|
directSampling.store(false);
|
||||||
offset.store(0);
|
offset.store(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user