diff options
| author | Selene ToyKeeper | 2021-12-08 15:36:58 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2021-12-08 15:36:58 -0700 |
| commit | 752b7d7c91acad00a2ae988909133d10bbdc9cf1 (patch) | |
| tree | 8c9c0a705fbce80ff35b80691b1cac71652d2bfd /spaghetti-monster | |
| parent | added a compile option for USE_LOWPASS_WHILE_ASLEEP, (diff) | |
| download | anduril-752b7d7c91acad00a2ae988909133d10bbdc9cf1.tar.gz anduril-752b7d7c91acad00a2ae988909133d10bbdc9cf1.tar.bz2 anduril-752b7d7c91acad00a2ae988909133d10bbdc9cf1.zip | |
enabled SOS mode on lights which have enough room for it
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-ff-rot66.h | 1 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h | 1 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/config-default.h | 4 |
3 files changed, 4 insertions, 2 deletions
diff --git a/spaghetti-monster/anduril/cfg-ff-rot66.h b/spaghetti-monster/anduril/cfg-ff-rot66.h index e2d5ff7..481808a 100644 --- a/spaghetti-monster/anduril/cfg-ff-rot66.h +++ b/spaghetti-monster/anduril/cfg-ff-rot66.h @@ -42,6 +42,7 @@ #undef BLINK_AT_RAMP_CEIL // too big, remove stuff to make room +#undef USE_SOS_MODE #undef USE_RAMP_AFTER_MOON_CONFIG #undef USE_RAMP_SPEED_CONFIG #undef USE_VOLTAGE_CORRECTION diff --git a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h index b5c3b12..83b2614 100644 --- a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h +++ b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h @@ -53,6 +53,7 @@ // too big, remove stuff to make room +#undef USE_SOS_MODE #undef USE_RAMP_AFTER_MOON_CONFIG #undef USE_RAMP_SPEED_CONFIG #undef USE_VOLTAGE_CORRECTION diff --git a/spaghetti-monster/anduril/config-default.h b/spaghetti-monster/anduril/config-default.h index 77b5c6b..0e70347 100644 --- a/spaghetti-monster/anduril/config-default.h +++ b/spaghetti-monster/anduril/config-default.h @@ -166,9 +166,9 @@ // (these replace the fun strobe group, // so don't enable them at the same time as any of the above strobes) //#define USE_POLICE_STROBE_MODE -//#define USE_SOS_MODE +#define USE_SOS_MODE //#define USE_SOS_MODE_IN_FF_GROUP // put SOS in the "boring strobes" mode -//#define USE_SOS_MODE_IN_BLINKY_GROUP // put SOS in the blinkies mode group +#define USE_SOS_MODE_IN_BLINKY_GROUP // put SOS in the blinkies mode group // enable a mode for locking the light for safe carry #define USE_LOCKOUT_MODE |
