diff options
| author | Selene ToyKeeper | 2020-07-31 23:27:33 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-07-31 23:27:33 -0600 |
| commit | 8f7380a3a43a15b04ad7a7cc8ca79a5bfd53a5d2 (patch) | |
| tree | ff1e4dd8de6331c4f0071f8934fd0ab51ad1fb6c /spaghetti-monster | |
| parent | Block the auto-lock function in Simple UI. (diff) | |
| download | anduril-8f7380a3a43a15b04ad7a7cc8ca79a5bfd53a5d2.tar.gz anduril-8f7380a3a43a15b04ad7a7cc8ca79a5bfd53a5d2.tar.bz2 anduril-8f7380a3a43a15b04ad7a7cc8ca79a5bfd53a5d2.zip | |
3 build targets were too big... fixed by turning off voltage calibration mode on those.
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-emisar-d18.h | 3 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-ff-rot66g2.h | 3 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h | 5 |
3 files changed, 10 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/cfg-emisar-d18.h b/spaghetti-monster/anduril/cfg-emisar-d18.h index 70562e0..15dcfb4 100644 --- a/spaghetti-monster/anduril/cfg-emisar-d18.h +++ b/spaghetti-monster/anduril/cfg-emisar-d18.h @@ -1,6 +1,9 @@ // Emisar FET+13+1 config options for Anduril #include "hwdef-Emisar_D18.h" +// ROM is too big... remove something +#undef USE_VOLTAGE_CORRECTION + // front-facing aux LEDs #define USE_INDICATOR_LED //#define USE_INDICATOR_LED_WHILE_RAMPING diff --git a/spaghetti-monster/anduril/cfg-ff-rot66g2.h b/spaghetti-monster/anduril/cfg-ff-rot66g2.h index d4c8ccf..25e779d 100644 --- a/spaghetti-monster/anduril/cfg-ff-rot66g2.h +++ b/spaghetti-monster/anduril/cfg-ff-rot66g2.h @@ -1,6 +1,9 @@ // Fireflies ROT66 G2 config options for Anduril #include "cfg-ff-rot66.h" +// ROM is too big... remove something +#undef USE_VOLTAGE_CORRECTION + // if the "low" mode was disabled, turn it back on #ifdef INDICATOR_LED_SKIP_LOW #undef INDICATOR_LED_SKIP_LOW diff --git a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h index 6dce2eb..a9e81c6 100644 --- a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h +++ b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h @@ -1,6 +1,9 @@ // Mateminco/Astrolux MF01-Mini options for Anduril #include "hwdef-Mateminco_MF01-Mini.h" +// ROM is too big... remove something +#undef USE_VOLTAGE_CORRECTION + // the button lights up #define USE_INDICATOR_LED //#define INDICATOR_LED_SKIP_LOW // low mode doesn't work on this driver @@ -46,5 +49,5 @@ #define RAMP_DISCRETE_STEPS 7 // ??, ??, ... lm -#define USE_TENCLICK_THERMAL_CONFIG // by request +//#define USE_TENCLICK_THERMAL_CONFIG // by request #define THERM_FASTER_LEVEL 130 // throttle back faster when high |
