diff --git a/components/pid/temp_controller.py b/components/pid/temp_controller.py index 43f785f..ba308f1 100644 --- a/components/pid/temp_controller.py +++ b/components/pid/temp_controller.py @@ -125,7 +125,7 @@ if __name__ == '__main__': "Heat": { "kp": 0.05, "ki": 0.005, - "kd": 1.0, + "kd": 0.0, "kt": 1.5 } }