autotuner*s*

This commit is contained in:
atse 2024-08-27 16:04:07 +08:00
parent 5ecbb262be
commit 8ab04ac3cd

View File

@ -50,7 +50,7 @@ class CtrlPanel(QObject):
def __init__( def __init__(
self, self,
thermostat, thermostat,
autotuner, autotuners,
info_box, info_box,
trees_ui, trees_ui,
param_tree, param_tree,
@ -60,7 +60,7 @@ class CtrlPanel(QObject):
super().__init__(parent) super().__init__(parent)
self.thermostat = thermostat self.thermostat = thermostat
self.autotuner = autotuner self.autotuners = autotuners
self.info_box = info_box self.info_box = info_box
self.trees_ui = trees_ui self.trees_ui = trees_ui
self.NUM_CHANNELS = len(trees_ui) self.NUM_CHANNELS = len(trees_ui)