Skip to content

Commit

Permalink
fixed builds for ff-e01, ff-pl47*
Browse files Browse the repository at this point in the history
+ added smooth steps
- removed SOS mode
  • Loading branch information
ToyKeeper committed Oct 1, 2023
1 parent 2c7c86b commit 6f195f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spaghetti-monster/anduril/cfg-ff-e01.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions spaghetti-monster/anduril/cfg-ff-pl47.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions spaghetti-monster/anduril/cfg-ff-pl47g2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6f195f6

Please sign in to comment.