diff options
| author | Selene ToyKeeper | 2021-11-13 05:18:23 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2021-11-13 05:18:23 -0700 |
| commit | d2a64b93ea7b5fb939fe632c018d3fc8b57970d5 (patch) | |
| tree | 9664a5878ec939100e884008c814dcdcfffabe19 | |
| parent | increased SP10 PWM speed as much as possible without making ramp bumpy, and m... (diff) | |
| download | anduril-d2a64b93ea7b5fb939fe632c018d3fc8b57970d5.tar.gz anduril-d2a64b93ea7b5fb939fe632c018d3fc8b57970d5.tar.bz2 anduril-d2a64b93ea7b5fb939fe632c018d3fc8b57970d5.zip | |
enabled manual memory and timer by default;
reset to ~6 lm (level 50/150) after being off for 10 minutes
This sets the factory-reset default settings and affects Simple UI,
so it will likely need confirmation from Sofirn.
| -rw-r--r-- | spaghetti-monster/anduril/cfg-sofirn-sp10-pro.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/cfg-sofirn-sp10-pro.h b/spaghetti-monster/anduril/cfg-sofirn-sp10-pro.h index 5507440..bcfc80e 100644 --- a/spaghetti-monster/anduril/cfg-sofirn-sp10-pro.h +++ b/spaghetti-monster/anduril/cfg-sofirn-sp10-pro.h @@ -37,6 +37,12 @@ #define SIMPLE_UI_CEIL 150 #define SIMPLE_UI_STEPS 5 +// turn on at ~6 lm by default (level 50/150, or ramp step 2/5 or 3/7) +// (also sets lockout mode 2H to a useful level) +#define DEFAULT_MANUAL_MEMORY 50 +// reset to default after being off for 10 minutes +#define DEFAULT_MANUAL_MEMORY_TIMER 10 + // enable SOS in the blinkies group #define USE_SOS_MODE #define USE_SOS_MODE_IN_BLINKY_GROUP |
