diff options
| author | Selene ToyKeeper | 2023-10-01 06:47:08 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-10-01 06:47:08 -0600 |
| commit | 6f195f6d61b175f08e0cf15d366cced5f7d8b765 (patch) | |
| tree | 02903e86be85a8455c8c100aa65c7a7ef2a920d6 /spaghetti-monster | |
| parent | sofirn-lt1s-pro: allow configuring the blink channel (diff) | |
| download | anduril-6f195f6d61b175f08e0cf15d366cced5f7d8b765.tar.gz anduril-6f195f6d61b175f08e0cf15d366cced5f7d8b765.tar.bz2 anduril-6f195f6d61b175f08e0cf15d366cced5f7d8b765.zip | |
fixed builds for ff-e01, ff-pl47*
+ added smooth steps
- removed SOS mode
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-ff-e01.h | 3 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-ff-pl47.h | 3 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-ff-pl47g2.h | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/cfg-ff-e01.h b/spaghetti-monster/anduril/cfg-ff-e01.h index 73bf9db..07bda87 100644 --- a/spaghetti-monster/anduril/cfg-ff-e01.h +++ b/spaghetti-monster/anduril/cfg-ff-e01.h @@ -50,5 +50,8 @@ // don't do this #undef BLINK_AT_RAMP_MIDDLE +#define USE_SMOOTH_STEPS + // too big, turn off extra features +#undef USE_SOS_MODE //#undef USE_TACTICAL_MODE diff --git a/spaghetti-monster/anduril/cfg-ff-pl47.h b/spaghetti-monster/anduril/cfg-ff-pl47.h index 05c6fb6..6436477 100644 --- a/spaghetti-monster/anduril/cfg-ff-pl47.h +++ b/spaghetti-monster/anduril/cfg-ff-pl47.h @@ -72,5 +72,8 @@ // don't do this #undef BLINK_AT_RAMP_MIDDLE +#define USE_SMOOTH_STEPS + // too big, turn off extra features +#undef USE_SOS_MODE #undef USE_TACTICAL_MODE diff --git a/spaghetti-monster/anduril/cfg-ff-pl47g2.h b/spaghetti-monster/anduril/cfg-ff-pl47g2.h index acb3b16..830d7e8 100644 --- a/spaghetti-monster/anduril/cfg-ff-pl47g2.h +++ b/spaghetti-monster/anduril/cfg-ff-pl47g2.h @@ -60,5 +60,8 @@ // don't do this #undef BLINK_AT_RAMP_MIDDLE +#define USE_SMOOTH_STEPS + // too big, turn off extra features +#undef USE_SOS_MODE #undef USE_TACTICAL_MODE |
