From 8f7380a3a43a15b04ad7a7cc8ca79a5bfd53a5d2 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 31 Jul 2020 23:27:33 -0600 Subject: 3 build targets were too big... fixed by turning off voltage calibration mode on those. --- spaghetti-monster/anduril/cfg-emisar-d18.h | 3 +++ spaghetti-monster/anduril/cfg-ff-rot66g2.h | 3 +++ spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h | 5 ++++- 3 files changed, 10 insertions(+), 1 deletion(-) (limited to 'spaghetti-monster') 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 -- cgit v1.2.3