fix comment
This commit is contained in:
parent
2963f7363b
commit
e1be00e2e3
@ -120,7 +120,7 @@ class TempSensorReal(TempSensor):
|
||||
)
|
||||
|
||||
def run(self):
|
||||
'''use a moving average of TEMPERATURE_AVERAGE_WINDOW across the time_step'''
|
||||
'''use a moving average of TEMPERATURE_MOVING_AVERAGE_SAMPLES across the time_step'''
|
||||
temps = []
|
||||
while True:
|
||||
temp = self.thermocouple.get()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user