diff options
| author | Selene ToyKeeper | 2019-05-22 21:05:12 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-05-22 21:05:12 -0600 |
| commit | 16a51a45db7eda26403f88ddfc532f1cc4a98c87 (patch) | |
| tree | f16228ccad291116278d99d340d7df91f7f705b5 | |
| parent | turned off hard turbo drop since it doesn't seem to be needed any more (diff) | |
| download | anduril-16a51a45db7eda26403f88ddfc532f1cc4a98c87.tar.gz anduril-16a51a45db7eda26403f88ddfc532f1cc4a98c87.tar.bz2 anduril-16a51a45db7eda26403f88ddfc532f1cc4a98c87.zip | |
D4S actually steps down a bit too fast, so... minimize that
| -rw-r--r-- | spaghetti-monster/anduril/cfg-emisar-d4s.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/cfg-emisar-d4s.h b/spaghetti-monster/anduril/cfg-emisar-d4s.h index e26634a..d19a514 100644 --- a/spaghetti-monster/anduril/cfg-emisar-d4s.h +++ b/spaghetti-monster/anduril/cfg-emisar-d4s.h @@ -36,7 +36,7 @@ #undef MIN_THERM_STEPDOWN // this should be lower, because 3x7135 instead of 1x7135 #endif #define MIN_THERM_STEPDOWN 60 // lowest value it'll step down to -#define THERM_FASTER_LEVEL (RAMP_SIZE*9/10) // throttle back faster when high +#define THERM_FASTER_LEVEL (RAMP_SIZE-1) // don't throttle back faster when high // no need to be extra-careful on this light #ifdef THERM_HARD_TURBO_DROP |
