diff options
| author | Gabriel Hart | 2021-05-14 07:56:23 -0500 |
|---|---|---|
| committer | Gabriel Hart | 2021-05-14 07:56:23 -0500 |
| commit | 13cc3e0087d603e0451771a2c681666eda093aeb (patch) | |
| tree | fa30b182a40c280d7284dc4f560197fa2566442a /spaghetti-monster/fireflies-ui | |
| parent | Update 1-Series to use 10 MHz clock and Phase Correct PWM. Add PWM documenta... (diff) | |
| parent | made manual memory remember tint too, not just brightness (diff) | |
| download | anduril-13cc3e0087d603e0451771a2c681666eda093aeb.tar.gz anduril-13cc3e0087d603e0451771a2c681666eda093aeb.tar.bz2 anduril-13cc3e0087d603e0451771a2c681666eda093aeb.zip | |
Merge recent updates from TK. Also update Sofirn target with preferences from Barry - Simple UI uses max (150) for the ceiling and enable 2C Turbo.
Diffstat (limited to 'spaghetti-monster/fireflies-ui')
| -rw-r--r-- | spaghetti-monster/fireflies-ui/fireflies-ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spaghetti-monster/fireflies-ui/fireflies-ui.c b/spaghetti-monster/fireflies-ui/fireflies-ui.c index 2c3e60b..93a3180 100644 --- a/spaghetti-monster/fireflies-ui/fireflies-ui.c +++ b/spaghetti-monster/fireflies-ui/fireflies-ui.c @@ -2107,6 +2107,7 @@ void blip() { #if defined(USE_INDICATOR_LED) && defined(TICK_DURING_STANDBY) // beacon-like mode for the indicator LED void indicator_blink(uint8_t arg) { + #define USE_FANCIER_BLINKING_INDICATOR #ifdef USE_FANCIER_BLINKING_INDICATOR // fancy blink, set off/low/high levels here: |
