tmp_device->setChannelActive(DAQ::ChannelType::DI,
current_channel_id,
userprefs.value("active").value<bool>());
userprefs.beginGroup(channel_id);
tmp_device->setChannelActive(DAQ::ChannelType::DO,
current_channel_id,
userprefs.value("active").value<bool>());
This,
rtxi/src/main_window.cpp
Line 642 in 8608459
should be this
and this,
rtxi/src/main_window.cpp
Lines 649 to 650 in 8608459
should be this,