From ec7334dc722376e3507570e24035da0fc198229e Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 10 May 2019 23:25:35 -0600 Subject: 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) --- spaghetti-monster/anduril/anduril.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spaghetti-monster') 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 -- cgit v1.2.3