diff options
| author | Selene ToyKeeper | 2020-04-26 22:12:31 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-04-26 22:12:31 -0600 |
| commit | 08781957244b9a30c9abc7425ff023d36f7e9160 (patch) | |
| tree | 3fe8c1c7a986183094ae53af2d3fbee5b8790e7b /spaghetti-monster | |
| parent | merged Noctigon KR4 branch, including recent ADC+thermal rewrite (diff) | |
| download | anduril-08781957244b9a30c9abc7425ff023d36f7e9160.tar.gz anduril-08781957244b9a30c9abc7425ff023d36f7e9160.tar.bz2 anduril-08781957244b9a30c9abc7425ff023d36f7e9160.zip | |
applied ADC rewrite updates to most recent build targets
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-k1-12v.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/spaghetti-monster/anduril/cfg-noctigon-k1-12v.h b/spaghetti-monster/anduril/cfg-noctigon-k1-12v.h index 12f69de..10cdfa1 100644 --- a/spaghetti-monster/anduril/cfg-noctigon-k1-12v.h +++ b/spaghetti-monster/anduril/cfg-noctigon-k1-12v.h @@ -45,16 +45,8 @@ #define MUGGLE_FLOOR RAMP_DISCRETE_FLOOR #define MUGGLE_CEILING 70 -// optional, makes initial turbo step-down faster so first peak isn't as hot -// the D4 runs very very hot, so be extra careful -//#define THERM_HARD_TURBO_DROP - // stop panicking at ~70% power or ~600 lm #define THERM_FASTER_LEVEL 130 -// respond to thermal changes faster -#define THERMAL_WARNING_SECONDS 3 -#define THERMAL_UPDATE_SPEED 1 -#define THERM_PREDICTION_STRENGTH 4 // easier access to thermal config mode, for Noctigon #define USE_TENCLICK_THERMAL_CONFIG @@ -64,7 +56,3 @@ #define THERM_CAL_OFFSET 5 -// attiny1634 has enough space to smooth out voltage readings -// (prevent the button from blinking during use) -#define USE_VOLTAGE_LOWPASS - |
