Skip to content
Snippets Groups Projects
Commit 20720333 authored by Josh Siegle's avatar Josh Siegle
Browse files

Change bitVolts for aux channels in RHD2000Thread

parent 5d85c653
No related branches found
No related tags found
No related merge requests found
......@@ -859,7 +859,7 @@ void RHD2000Thread::setDefaultChannelNamesAndType()
else
Names.add("AUX_"+stream_prefix[i]+"_"+String(1+k));
gains.add(getBitVolts(0));
gains.add(0.0000374);
}
......
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