diff options
| author | Selene ToyKeeper | 2019-11-25 18:42:37 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-11-25 18:42:37 -0700 |
| commit | 87022ebce2be6da2bffe467d4489c528fc607ea4 (patch) | |
| tree | 8822f3eb87da20d7d14d02237ab4daaf8c95869d | |
| parent | calibrated Noctigon K1, changed voltage divider calibration values to 10-bit ... (diff) | |
| download | anduril-87022ebce2be6da2bffe467d4489c528fc607ea4.tar.gz anduril-87022ebce2be6da2bffe467d4489c528fc607ea4.tar.bz2 anduril-87022ebce2be6da2bffe467d4489c528fc607ea4.zip | |
increased Noctigon K1's default temperature limit to 55 C
| -rw-r--r-- | spaghetti-monster/anduril/cfg-emisar-d1sv2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/cfg-emisar-d1sv2.h b/spaghetti-monster/anduril/cfg-emisar-d1sv2.h index 19610dc..2bf6ccb 100644 --- a/spaghetti-monster/anduril/cfg-emisar-d1sv2.h +++ b/spaghetti-monster/anduril/cfg-emisar-d1sv2.h @@ -2,6 +2,10 @@ #include "hwdef-Emisar_D1Sv2.h" // ATTINY: 1634 +// this light can safely run a bit hotter than most +#undef DEFAULT_THERM_CEIL +#define DEFAULT_THERM_CEIL 55 + // this light has three aux LED channels: R, G, B #define USE_AUX_RGB_LEDS #define USE_AUX_RGB_LEDS_WHILE_ON |
