diff options
| author | Selene ToyKeeper | 2019-05-10 23:25:35 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-05-10 23:25:35 -0600 |
| commit | ec7334dc722376e3507570e24035da0fc198229e (patch) | |
| tree | f6477c2ba47bbed1521c307a0b26cde44dd2b6be /spaghetti-monster | |
| parent | reworked candle mode a bit more, now specifies the amplitude of each wave in ... (diff) | |
| download | anduril-ec7334dc722376e3507570e24035da0fc198229e.tar.gz anduril-ec7334dc722376e3507570e24035da0fc198229e.tar.bz2 anduril-ec7334dc722376e3507570e24035da0fc198229e.zip | |
Increased default candle magnitude to better fit recent changes
(but it still uses less power than the old version, despite the larger amplitude,
because it has more of a low bias now)
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/anduril.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/anduril.c b/spaghetti-monster/anduril/anduril.c index 376c27a..e3ff0cb 100644 --- a/spaghetti-monster/anduril/anduril.c +++ b/spaghetti-monster/anduril/anduril.c @@ -384,7 +384,7 @@ volatile uint8_t bike_flasher_brightness = MAX_1x7135; uint8_t candle_mode_state(Event event, uint16_t arg); uint8_t triangle_wave(uint8_t phase); #ifndef CANDLE_AMPLITUDE -#define CANDLE_AMPLITUDE 20 +#define CANDLE_AMPLITUDE 25 #endif #endif |
