diff options
| author | Selene ToyKeeper | 2018-09-06 04:03:35 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-09-06 04:03:35 -0600 |
| commit | 6763dc58b046861bfbed8686e920c01e3e8edeed (patch) | |
| tree | c866c4d0fd53a54d90ca27a5ec2a543c36933a3c /spaghetti-monster | |
| parent | Adjusted ROT66-219b ramp shape to max out channels at 65, 115, and 150. (diff) | |
| download | anduril-6763dc58b046861bfbed8686e920c01e3e8edeed.tar.gz anduril-6763dc58b046861bfbed8686e920c01e3e8edeed.tar.bz2 anduril-6763dc58b046861bfbed8686e920c01e3e8edeed.zip | |
Don't attempt to regulate back up above hard turbo drop level.
(avoids sawtooth oscillations while temperature settles)
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/anduril.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/anduril.c b/spaghetti-monster/anduril/anduril.c index 40d3f5d..c8517af 100644 --- a/spaghetti-monster/anduril/anduril.c +++ b/spaghetti-monster/anduril/anduril.c @@ -742,6 +742,7 @@ uint8_t steady_state(EventPtr event, uint16_t arg) { #else set_level(THERM_FASTER_LEVEL); #endif + target_level = THERM_FASTER_LEVEL; } else #endif if (actual_level > MIN_THERM_STEPDOWN) { |
