From f1871e8e1ee4461a51ed331ce0ba3b51b42b32e5 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sat, 23 Jun 2018 02:08:08 -0600 Subject: Don't auto-shutoff indicator LED when entering standby mode. --- spaghetti-monster/fsm-ramping.c | 1 + 1 file changed, 1 insertion(+) (limited to 'spaghetti-monster') diff --git a/spaghetti-monster/fsm-ramping.c b/spaghetti-monster/fsm-ramping.c index 01df46a..6cdf5e6 100644 --- a/spaghetti-monster/fsm-ramping.c +++ b/spaghetti-monster/fsm-ramping.c @@ -36,6 +36,7 @@ void set_level(uint8_t level) { //else if (level > 0) indicator_led(1); //else if (! go_to_standby) indicator_led(0); #else + if (! go_to_standby) indicator_led(0); #endif #endif -- cgit v1.2.3