mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-29 07:10:41 -05:00
re-enable module dc correct
This commit is contained in:
parent
d0b0606050
commit
8878a22bd2
@ -81,7 +81,7 @@ void SDRThread::init() {
|
|||||||
if (chan->hasHardwareDC()) {
|
if (chan->hasHardwareDC()) {
|
||||||
hasHardwareDC.store(true);
|
hasHardwareDC.store(true);
|
||||||
// wxGetApp().sdrEnumThreadNotify(SDREnumerator::SDR_ENUM_MESSAGE, std::string("Found hardware DC offset correction support, internal disabled."));
|
// wxGetApp().sdrEnumThreadNotify(SDREnumerator::SDR_ENUM_MESSAGE, std::string("Found hardware DC offset correction support, internal disabled."));
|
||||||
device->setDCOffsetMode(SOAPY_SDR_RX, chan->getChannel(), false);
|
device->setDCOffsetMode(SOAPY_SDR_RX, chan->getChannel(), true);
|
||||||
} else {
|
} else {
|
||||||
hasHardwareDC.store(false);
|
hasHardwareDC.store(false);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user