re-enable module dc correct

This commit is contained in:
Charles J. Cliffe 2015-11-01 11:34:20 -05:00
parent d0b0606050
commit 8878a22bd2

View File

@ -81,7 +81,7 @@ void SDRThread::init() {
if (chan->hasHardwareDC()) {
hasHardwareDC.store(true);
// 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 {
hasHardwareDC.store(false);
}