From 6f195f6d61b175f08e0cf15d366cced5f7d8b765 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 1 Oct 2023 06:47:08 -0600 Subject: fixed builds for ff-e01, ff-pl47* + added smooth steps - removed SOS mode --- spaghetti-monster/anduril/cfg-ff-e01.h | 3 +++ spaghetti-monster/anduril/cfg-ff-pl47.h | 3 +++ spaghetti-monster/anduril/cfg-ff-pl47g2.h | 3 +++ 3 files changed, 9 insertions(+) (limited to 'spaghetti-monster') 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 -- cgit v1.2.3