diff options
| author | Selene ToyKeeper | 2019-06-01 14:33:32 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-06-01 14:33:32 -0600 |
| commit | 90a0f8ff2ff7bad59eef4a4f1211843704b6642b (patch) | |
| tree | 1b56d257135ca8e43c6b1dfdc23788e9b19f6904 /spaghetti-monster/fireflies-ui/cfg-ff-edc-thrower.h | |
| parent | Added a compile-time option for manual memory. (diff) | |
| parent | merged recent anduril updates into fireflies-ui (diff) | |
| download | anduril-90a0f8ff2ff7bad59eef4a4f1211843704b6642b.tar.gz anduril-90a0f8ff2ff7bad59eef4a4f1211843704b6642b.tar.bz2 anduril-90a0f8ff2ff7bad59eef4a4f1211843704b6642b.zip | |
merged fireflies-ui branch with FF E01 and FF E07 v2 support
Diffstat (limited to 'spaghetti-monster/fireflies-ui/cfg-ff-edc-thrower.h')
| -rw-r--r-- | spaghetti-monster/fireflies-ui/cfg-ff-edc-thrower.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/spaghetti-monster/fireflies-ui/cfg-ff-edc-thrower.h b/spaghetti-monster/fireflies-ui/cfg-ff-edc-thrower.h deleted file mode 100644 index 31be0ef..0000000 --- a/spaghetti-monster/fireflies-ui/cfg-ff-edc-thrower.h +++ /dev/null @@ -1,27 +0,0 @@ -// Fireflies EDC thrower config options for Fireflies UI -#include "cfg-ff-pl47.h" - -// disable indicator LED -#undef USE_INDICATOR_LED - -// ceiling is level 130/150 (50% power) -#undef RAMP_SMOOTH_CEIL -#define RAMP_SMOOTH_CEIL 130 - -// 36, 83, 130 (83 is highest regulated) -#undef RAMP_DISCRETE_FLOOR -#define RAMP_DISCRETE_FLOOR 36 -#undef RAMP_DISCRETE_CEIL -#define RAMP_DISCRETE_CEIL RAMP_SMOOTH_CEIL -#undef RAMP_DISCRETE_STEPS -#define RAMP_DISCRETE_STEPS 3 - -// regulate down faster when the FET is active, slower otherwise -#undef THERM_FASTER_LEVEL -#define THERM_FASTER_LEVEL 130 // throttle back faster when high - -// play it safe, don't try to regulate above the recommended safe level -#ifndef THERM_HARD_TURBO_DROP -#define THERM_HARD_TURBO_DROP -#endif - |
