diff options
| -rw-r--r-- | spaghetti-monster/anduril/cfg-ff-rot66.h | 2 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-ff-rot66g2.h | 4 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/spaghetti-monster/anduril/cfg-ff-rot66.h b/spaghetti-monster/anduril/cfg-ff-rot66.h index bfffd95..f976a63 100644 --- a/spaghetti-monster/anduril/cfg-ff-rot66.h +++ b/spaghetti-monster/anduril/cfg-ff-rot66.h @@ -3,7 +3,7 @@ #include "hwdef-FF_ROT66.h" // ROM is too big... remove something -#undef USE_VOLTAGE_CORRECTION +//#undef USE_VOLTAGE_CORRECTION // the button lights up #define USE_INDICATOR_LED diff --git a/spaghetti-monster/anduril/cfg-ff-rot66g2.h b/spaghetti-monster/anduril/cfg-ff-rot66g2.h index aefc23a..06e693b 100644 --- a/spaghetti-monster/anduril/cfg-ff-rot66g2.h +++ b/spaghetti-monster/anduril/cfg-ff-rot66g2.h @@ -4,8 +4,8 @@ #define MODEL_NUMBER "0413" // ROM is too big... remove something -#undef USE_VOLTAGE_CORRECTION -#undef USE_MANUAL_MEMORY_TIMER +//#undef USE_VOLTAGE_CORRECTION +//#undef USE_MANUAL_MEMORY_TIMER // if the "low" mode was disabled, turn it back on #ifdef 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 1a0fefe..f5dbac2 100644 --- a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h +++ b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h @@ -4,7 +4,7 @@ // ROM is too big... remove something #undef USE_VOLTAGE_CORRECTION -#undef USE_MANUAL_MEMORY_TIMER +//#undef USE_MANUAL_MEMORY_TIMER // the button lights up #define USE_INDICATOR_LED |
