Skip to content
Snippets Groups Projects
Commit b17aa03d authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Fixed bug tieing PGA setting to gain resistor.

parent 44ba6ab2
Branches
Tags
No related merge requests found
......@@ -106,7 +106,7 @@ class adc_pot(object):
self._params['adc_rate_hz'] = sample_rate
pga_model = self.ui['srate_index'].get_model()
pga_model = self.ui['pga_index'].get_model()
self._params['adc_pga'] = pga_model[self._params['pga_index']][2]
gain_model = self.ui['gain_index'].get_model()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment