Skip to content
Snippets Groups Projects
Commit 0aa7c946 authored by jsiegle's avatar jsiegle
Browse files

Don't include AUX channels in filter node by default

parent f9e0b0fc
No related branches found
No related tags found
No related merge requests found
......@@ -280,7 +280,7 @@ void FilterNode::setApplyOnADC(bool state)
for (int n = 0; n < channels.size(); n++)
{
if (channels[n]->getType() == ADC_CHANNEL)
if (channels[n]->getType() == ADC_CHANNEL || channels[n]->getType() == AUX_CHANNEL)
{
setCurrentChannel(n);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment