diff options
| author | Selene ToyKeeper | 2021-08-12 23:11:48 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2021-08-12 23:11:48 -0600 |
| commit | 316163b94dabb512b9848cde26fa7991dbe1dd48 (patch) | |
| tree | 9fa4b3df2b2f7e180ab48e387b31a16cb5fb33b6 | |
| parent | KR4 thermal regulation no longer needs overrides, because dynamic PWM makes t... (diff) | |
| download | anduril-316163b94dabb512b9848cde26fa7991dbe1dd48.tar.gz anduril-316163b94dabb512b9848cde26fa7991dbe1dd48.tar.bz2 anduril-316163b94dabb512b9848cde26fa7991dbe1dd48.zip | |
calibrated KR4 jump-start-moon, may be too high on some older hardware
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-kr4-nofet.h | 2 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-kr4.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/spaghetti-monster/anduril/cfg-noctigon-kr4-nofet.h b/spaghetti-monster/anduril/cfg-noctigon-kr4-nofet.h index 871a405..51eef7d 100644 --- a/spaghetti-monster/anduril/cfg-noctigon-kr4-nofet.h +++ b/spaghetti-monster/anduril/cfg-noctigon-kr4-nofet.h @@ -54,7 +54,7 @@ // jump start a bit higher than base driver #undef JUMP_START_MOON -#define JUMP_START_MOON 25 +#define JUMP_START_MOON 36 // stop panicking at ~1300 lm #undef THERM_FASTER_LEVEL diff --git a/spaghetti-monster/anduril/cfg-noctigon-kr4.h b/spaghetti-monster/anduril/cfg-noctigon-kr4.h index 7432cdd..113c1de 100644 --- a/spaghetti-monster/anduril/cfg-noctigon-kr4.h +++ b/spaghetti-monster/anduril/cfg-noctigon-kr4.h @@ -69,7 +69,7 @@ #define THERM_CAL_OFFSET 5 // the power regulator is a bit slow, so push it harder for a quick response from off -#define JUMP_START_MOON 25 +#define JUMP_START_MOON 31 #define BLINK_BRIGHTNESS DEFAULT_LEVEL #define BLINK_ONCE_TIME 12 |
