diff options
| author | Selene ToyKeeper | 2021-08-14 04:56:25 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2021-08-14 04:56:25 -0600 |
| commit | ba0e1a3c539276786fc76a14d0abcd2e988ddb8d (patch) | |
| tree | 7f6d81e324e900a2094a52b35cd7a913918a5fb8 /spaghetti-monster | |
| parent | clarified the new level_calc calculations a bit, experimented to make sure th... (diff) | |
| download | anduril-ba0e1a3c539276786fc76a14d0abcd2e988ddb8d.tar.gz anduril-ba0e1a3c539276786fc76a14d0abcd2e988ddb8d.tar.bz2 anduril-ba0e1a3c539276786fc76a14d0abcd2e988ddb8d.zip | |
set KR4 default floor higher at Hank's request,
and reduced the jump-start-moon power a bit too
(he says both are good now, but I don't have hardware to measure it myself)
The higher floor is because, when the driver is really hot from being on turbo,
going directly to moon causes the LEDs to turn off for a while until the driver cools.
The new floor is the lowest level where post-turbo activation works reliably.
However, it should turn on even at the level 1/150 when it's not hot.
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-kr4-nofet.h | 8 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-kr4.h | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/spaghetti-monster/anduril/cfg-noctigon-kr4-nofet.h b/spaghetti-monster/anduril/cfg-noctigon-kr4-nofet.h index 51eef7d..383a0c8 100644 --- a/spaghetti-monster/anduril/cfg-noctigon-kr4-nofet.h +++ b/spaghetti-monster/anduril/cfg-noctigon-kr4-nofet.h @@ -31,10 +31,10 @@ #undef RAMP_DISCRETE_CEIL #undef RAMP_DISCRETE_STEPS -#define RAMP_SMOOTH_FLOOR 1 // level 1 may be unreliable +#define RAMP_SMOOTH_FLOOR 11 // low levels may be unreliable #define RAMP_SMOOTH_CEIL 130 -// 10, 30, [50], 70, 90, 110, 130 (plus [150] on turbo) -#define RAMP_DISCRETE_FLOOR 10 +// 11, 30, [50], 70, 90, 110, 130 (plus [150] on turbo) +#define RAMP_DISCRETE_FLOOR 11 #define RAMP_DISCRETE_CEIL RAMP_SMOOTH_CEIL #define RAMP_DISCRETE_STEPS 7 @@ -54,7 +54,7 @@ // jump start a bit higher than base driver #undef JUMP_START_MOON -#define JUMP_START_MOON 36 +#define JUMP_START_MOON 31 // 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 113c1de..d584445 100644 --- a/spaghetti-monster/anduril/cfg-noctigon-kr4.h +++ b/spaghetti-monster/anduril/cfg-noctigon-kr4.h @@ -43,10 +43,10 @@ #define HALFSPEED_LEVEL 12 #define QUARTERSPEED_LEVEL 4 -#define RAMP_SMOOTH_FLOOR 3 // level 1 may be unreliable +#define RAMP_SMOOTH_FLOOR 11 // low levels may be unreliable #define RAMP_SMOOTH_CEIL 130 -// 10 30 [50] 70 90 110 [130] -#define RAMP_DISCRETE_FLOOR 10 +// 11 30 [50] 70 90 110 [130] +#define RAMP_DISCRETE_FLOOR 11 #define RAMP_DISCRETE_CEIL RAMP_SMOOTH_CEIL #define RAMP_DISCRETE_STEPS 7 @@ -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 31 +#define JUMP_START_MOON 26 #define BLINK_BRIGHTNESS DEFAULT_LEVEL #define BLINK_ONCE_TIME 12 |
