Skip to content

Commit

Permalink
Reduced default proportional gain to have less overshoot during step …
Browse files Browse the repository at this point in the history
…responses
  • Loading branch information
elcojacobs committed Aug 5, 2015
1 parent 3f9aaa8 commit 2d15c1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/controller/TempControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,19 +146,19 @@ ControlConstants const ccDefaults PROGMEM =
180, // 3 minutes

/* fridgePwmKpHeat */
intToTempDiff(20),
intToTempDiff(10),

/* fridgePwmKiHeat */
intToTempDiff(4),

/* fridgePwmKpCool */
intToTempDiff(20),
intToTempDiff(10),

/* fridgePwmKiCool */
intToTempDiff(1),

/* beerPwmKpHeat */
intToTempDiff(20),
intToTempDiff(10),

/* beerPwmKiHeat */
intToTempDiff(4)
Expand Down

0 comments on commit 2d15c1b

Please sign in to comment.