Skip to content

Commit

Permalink
update GainDBFeature instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
samiebee43 committed Jun 27, 2023
1 parent 724a513 commit 2e50fa6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions enlighten/BusinessObjects.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,13 +662,7 @@ def create_rest(self):
spinbox = sfu.spinBox_integration_time_ms)

self.header("instantiating GainDBFeature")
ctl.gain_db_feature = GainDBFeature(ctl = ctl,
bt_dn = sfu.pushButton_gain_dn,
bt_up = sfu.pushButton_gain_up,
label = sfu.label_gainWidget_title,
multispec = ctl.multispec,
slider = sfu.slider_gain,
spinbox = sfu.doubleSpinBox_gain)
ctl.gain_db_feature = GainDBFeature(ctl = ctl)

self.header("instantiating BLEManager")
ctl.ble_manager = BLEManager(
Expand Down

0 comments on commit 2e50fa6

Please sign in to comment.