diff options
| author | Selene ToyKeeper | 2018-09-05 03:45:40 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-09-05 03:45:40 -0600 |
| commit | 89f38f6dd8e4b0050cf284e5361a87c75f8aa2d6 (patch) | |
| tree | c0430a9f4e8f9bfcd8b4510f9031a2772fe1135c | |
| parent | merged updates/fixes from fsm branch (diff) | |
| download | anduril-89f38f6dd8e4b0050cf284e5361a87c75f8aa2d6.tar.gz anduril-89f38f6dd8e4b0050cf284e5361a87c75f8aa2d6.tar.bz2 anduril-89f38f6dd8e4b0050cf284e5361a87c75f8aa2d6.zip | |
enable ROT66 aux LED blinking mode because there's enough room now
| -rw-r--r-- | spaghetti-monster/anduril/cfg-ff-rot66.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/cfg-ff-rot66.h b/spaghetti-monster/anduril/cfg-ff-rot66.h index b001216..c336dcd 100644 --- a/spaghetti-monster/anduril/cfg-ff-rot66.h +++ b/spaghetti-monster/anduril/cfg-ff-rot66.h @@ -6,7 +6,7 @@ #define USE_INDICATOR_LED_WHILE_RAMPING // enable blinking indicator LED while off // (no, it doesn't really make sense on this light) -//#define TICK_DURING_STANDBY +#define TICK_DURING_STANDBY #ifdef RAMP_LENGTH #undef RAMP_LENGTH |
