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__(
self,
thermostat,
autotuner,
autotuners,
info_box,
trees_ui,
param_tree,
@ -60,7 +60,7 @@ class CtrlPanel(QObject):
super().__init__(parent)
self.thermostat = thermostat
self.autotuner = autotuner
self.autotuners = autotuners
self.info_box = info_box
self.trees_ui = trees_ui
self.NUM_CHANNELS = len(trees_ui)