diff options
| author | Selene ToyKeeper | 2021-12-08 12:49:44 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2021-12-08 12:49:44 -0700 |
| commit | 3a8557dc1e514d4f04b2a6e0ef9da3bce1286c86 (patch) | |
| tree | aa113028b78061acf1091db61510fa968b37ba27 /spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h | |
| parent | merged Noctigon DM11 branch (diff) | |
| download | anduril-3a8557dc1e514d4f04b2a6e0ef9da3bce1286c86.tar.gz anduril-3a8557dc1e514d4f04b2a6e0ef9da3bce1286c86.tar.bz2 anduril-3a8557dc1e514d4f04b2a6e0ef9da3bce1286c86.zip | |
fixed Ramp 3H with Anduril 2 style turbo
(it was going to ceiling instead of full power)
(also had to disable battcheck calibration on some large builds to make room)
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h index 86e8c26..09b684f 100644 --- a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h +++ b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h @@ -55,4 +55,9 @@ // too big, remove stuff to make room #undef USE_RAMP_AFTER_MOON_CONFIG #undef USE_RAMP_SPEED_CONFIG +#undef USE_VOLTAGE_CORRECTION //#undef USE_2C_STYLE_CONFIG + +// reduce size a bit +#define NO_LOWPASS_WHILE_ASLEEP + |
