From 187bc9d23e2b2510e3e75b477e208ba3d68026d6 Mon Sep 17 00:00:00 2001 From: Javier Arigita Date: Thu, 14 May 2020 23:42:01 +0200 Subject: [PATCH] Added source reference for Autotune --- tasmota/xdrv_39_thermostat.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasmota/xdrv_39_thermostat.ino b/tasmota/xdrv_39_thermostat.ino index 440b3c52a..8471bed40 100644 --- a/tasmota/xdrv_39_thermostat.ino +++ b/tasmota/xdrv_39_thermostat.ino @@ -24,7 +24,8 @@ // Enable/disable debugging //#define DEBUG_THERMOSTAT -// Enable/disable experimental PI auto-tuning +// Enable/disable experimental PI auto-tuning inspired by the Arduino Autotune Library by +// Brett Beauregard brettbeauregard.com //#define USE_PI_AUTOTUNING // (Ziegler-Nichols closed loop method) #ifdef DEBUG_THERMOSTAT