diff options
| author | Selene ToyKeeper | 2023-10-26 11:45:04 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-10-26 11:45:04 -0600 |
| commit | 72869219af30462fd803e2f801516d42d7d08cef (patch) | |
| tree | 8d1095ebc3debc67963fe7255815697516aa85cf /spaghetti-monster | |
| parent | fixed emisar-d1v2 builds (only needed a simple one-liner) (diff) | |
| download | anduril-72869219af30462fd803e2f801516d42d7d08cef.tar.gz anduril-72869219af30462fd803e2f801516d42d7d08cef.tar.bz2 anduril-72869219af30462fd803e2f801516d42d7d08cef.zip | |
fixed blf-q8 build (was 6 bytes too big)
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-blf-q8.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/cfg-blf-q8.h b/spaghetti-monster/anduril/cfg-blf-q8.h index 7eda018..956b9f4 100644 --- a/spaghetti-monster/anduril/cfg-blf-q8.h +++ b/spaghetti-monster/anduril/cfg-blf-q8.h @@ -49,10 +49,16 @@ // Allow 3C in Simple UI for switching between smooth and stepped ramping #define USE_SIMPLE_UI_RAMPING_TOGGLE +#define USE_EXTENDED_SIMPLE_UI // stop panicking at ~75% power or ~3000 lm, this light has high thermal mass #define THERM_FASTER_LEVEL (RAMP_SIZE*9/10) // throttle back faster when high +// don't blink mid-ramp +#ifdef BLINK_AT_RAMP_MIDDLE +#undef BLINK_AT_RAMP_MIDDLE +#endif + // too big, remove stuff to make room #undef USE_SOS_MODE //#undef USE_RAMP_AFTER_MOON_CONFIG |
