From 6d4d972ea3e543527d71766e4444fe7ce27b7158 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Wed, 22 May 2019 18:23:25 -0600 Subject: turned off hard turbo drop since it doesn't seem to be needed any more (but I haven't finished testing yet, so it's still possible it could be needed on D4) --- spaghetti-monster/anduril/cfg-emisar-d18.h | 2 +- spaghetti-monster/anduril/cfg-emisar-d4.h | 4 +--- spaghetti-monster/anduril/cfg-ff-rot66.h | 2 +- spaghetti-monster/anduril/cfg-fw3a.h | 4 ++-- 4 files changed, 5 insertions(+), 7 deletions(-) (limited to 'spaghetti-monster') diff --git a/spaghetti-monster/anduril/cfg-emisar-d18.h b/spaghetti-monster/anduril/cfg-emisar-d18.h index fcea43a..16fbacd 100644 --- a/spaghetti-monster/anduril/cfg-emisar-d18.h +++ b/spaghetti-monster/anduril/cfg-emisar-d18.h @@ -43,4 +43,4 @@ // stop panicking at about ~40% power or ~5000 lm #define THERM_FASTER_LEVEL 125 // optional, makes initial turbo step-down faster so first peak isn't as hot -#define THERM_HARD_TURBO_DROP +//#define THERM_HARD_TURBO_DROP diff --git a/spaghetti-monster/anduril/cfg-emisar-d4.h b/spaghetti-monster/anduril/cfg-emisar-d4.h index 3ce0fd7..de8f796 100644 --- a/spaghetti-monster/anduril/cfg-emisar-d4.h +++ b/spaghetti-monster/anduril/cfg-emisar-d4.h @@ -13,9 +13,7 @@ // optional, makes initial turbo step-down faster so first peak isn't as hot // the D4 runs very very hot, so be extra careful -#ifdef THERM_HARD_TURBO_DROP -#undef THERM_HARD_TURBO_DROP -#endif +//#define THERM_HARD_TURBO_DROP // stop panicking at ~30% power or ~1200 lm #define THERM_FASTER_LEVEL 105 diff --git a/spaghetti-monster/anduril/cfg-ff-rot66.h b/spaghetti-monster/anduril/cfg-ff-rot66.h index 6073ce0..2a90343 100644 --- a/spaghetti-monster/anduril/cfg-ff-rot66.h +++ b/spaghetti-monster/anduril/cfg-ff-rot66.h @@ -39,7 +39,7 @@ #define THERM_FASTER_LEVEL 130 // throttle back faster when high // play it safe, don't try to regulate above the recommended safe level -#define THERM_HARD_TURBO_DROP +//#define THERM_HARD_TURBO_DROP // don't do this #undef BLINK_AT_RAMP_MIDDLE diff --git a/spaghetti-monster/anduril/cfg-fw3a.h b/spaghetti-monster/anduril/cfg-fw3a.h index dd77137..a28d12a 100644 --- a/spaghetti-monster/anduril/cfg-fw3a.h +++ b/spaghetti-monster/anduril/cfg-fw3a.h @@ -15,5 +15,5 @@ // stop panicking at about 3A or ~1100 lm, this light is a hotrod #define THERM_FASTER_LEVEL MAX_Nx7135 -// optional, makes initial turbo step-down faster so first peak isn't as hot -#define THERM_HARD_TURBO_DROP + +#define USE_TENCLICK_THERMAL_CONFIG -- cgit v1.2.3