diff options
| author | Selene ToyKeeper | 2019-05-10 01:13:57 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-05-10 01:13:57 -0600 |
| commit | c135d7f36bbb1cc1a122b7440f87c6f001a11d12 (patch) | |
| tree | efee79aa8bc42167ed2a3ee156848dcbbbe062f5 /spaghetti-monster/fireflies-ui/cfg-ff-e01.h | |
| parent | "make clean" shouldn't remove cfg files native to this directory (diff) | |
| download | anduril-c135d7f36bbb1cc1a122b7440f87c6f001a11d12.tar.gz anduril-c135d7f36bbb1cc1a122b7440f87c6f001a11d12.tar.bz2 anduril-c135d7f36bbb1cc1a122b7440f87c6f001a11d12.zip | |
renamed ff-edc-thrower to ff-e01, now that it has a name... also, added a separate config file for it for Anduril
Diffstat (limited to 'spaghetti-monster/fireflies-ui/cfg-ff-e01.h')
| -rw-r--r-- | spaghetti-monster/fireflies-ui/cfg-ff-e01.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/spaghetti-monster/fireflies-ui/cfg-ff-e01.h b/spaghetti-monster/fireflies-ui/cfg-ff-e01.h new file mode 100644 index 0000000..31be0ef --- /dev/null +++ b/spaghetti-monster/fireflies-ui/cfg-ff-e01.h @@ -0,0 +1,27 @@ +// 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 + |
