maybe fix warning where a controller is created without being linked

master
Nicolò Balzarotti 2023-03-30 16:02:59 +02:00
parent 9e2a59b65e
commit 72e924228f
1 changed files with 1 additions and 0 deletions

View File

@ -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