maybe fix warning where a controller is created without being linked
This commit is contained in:
parent
9e2a59b65e
commit
72e924228f
|
@ -15,6 +15,7 @@ class Controller():
|
|||
self.input = None
|
||||
self.target = target
|
||||
self.range = warning_range
|
||||
self.input_label = "WARNING: NO INPUT LABEL SET"
|
||||
|
||||
self.reach_period_s = reach_period_s
|
||||
self.refractary_period_s = refractary_period_s
|
||||
|
|
Loading…
Reference in New Issue