fix comment

This commit is contained in:
Andrew de Quincey 2021-04-28 23:38:36 +01:00
parent 2963f7363b
commit e1be00e2e3

View File

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