diff options
| author | Selene ToyKeeper | 2020-04-27 17:52:46 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-04-27 17:52:46 -0600 |
| commit | 0f0085f244d9ec7f49780d3f7286eb824825dfe6 (patch) | |
| tree | 893214c8a689f677ab3f767a8a3dd3586b93e793 /spaghetti-monster/fsm-adc.c | |
| parent | applied ADC rewrite updates to most recent build targets (diff) | |
| download | anduril-0f0085f244d9ec7f49780d3f7286eb824825dfe6.tar.gz anduril-0f0085f244d9ec7f49780d3f7286eb824825dfe6.tar.bz2 anduril-0f0085f244d9ec7f49780d3f7286eb824825dfe6.zip | |
set default thermal response magnitude back to how it was before the KR4 updates, because it worked well on many hosts before...
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/fsm-adc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/fsm-adc.c b/spaghetti-monster/fsm-adc.c index 68361ae..45a4297 100644 --- a/spaghetti-monster/fsm-adc.c +++ b/spaghetti-monster/fsm-adc.c @@ -295,7 +295,7 @@ static inline void ADC_temperature_handler() { // fine-grained adjustment // how proportional should the adjustments be? #ifndef THERM_RESPONSE_MAGNITUDE - #define THERM_RESPONSE_MAGNITUDE 128 + #define THERM_RESPONSE_MAGNITUDE 64 #endif // acceptable temperature window size in C #define THERM_WINDOW_SIZE 2 |
