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

Set 3k gain to default

parent cd218b7c
Branches
Tags
No related merge requests found
......@@ -25,4 +25,4 @@ class adc_pot:
self.gain_combobox = self.builder.get_object('gain_combobox')
self.gain_combobox.pack_start(self.cell, True)
self.gain_combobox.add_attribute(self.cell, 'text', 1)
self.gain_combobox.set_active(1)
\ No newline at end of file
self.gain_combobox.set_active(2)
\ No newline at end of file
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