diff options
| author | Selene ToyKeeper | 2020-09-24 08:44:38 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-09-24 08:44:38 -0600 |
| commit | 8ce56f3bd5ba75ddc9f4dab8f091cae5704105d2 (patch) | |
| tree | 5cea7c603653006042cfcecf63b5644af01a1198 | |
| parent | changed menu style and moved menus from "click" events to "hold" events (diff) | |
| download | anduril-8ce56f3bd5ba75ddc9f4dab8f091cae5704105d2.tar.gz anduril-8ce56f3bd5ba75ddc9f4dab8f091cae5704105d2.tar.bz2 anduril-8ce56f3bd5ba75ddc9f4dab8f091cae5704105d2.zip | |
re-added features to build targets which were too big before
| -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 |
