diff options
Diffstat (limited to 'spaghetti-monster/ramping-ui')
| -rw-r--r-- | spaghetti-monster/ramping-ui/ramping-ui.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spaghetti-monster/ramping-ui/ramping-ui.c b/spaghetti-monster/ramping-ui/ramping-ui.c index 527a824..e6f571d 100644 --- a/spaghetti-monster/ramping-ui/ramping-ui.c +++ b/spaghetti-monster/ramping-ui/ramping-ui.c @@ -59,8 +59,7 @@ uint8_t off_state(EventPtr event, uint16_t arg) { if (event == EV_enter_state) { set_level(0); // sleep while off (lower power use) - //empty_event_sequence(); // just in case (but shouldn't be needed) - standby_mode(); + go_to_standby = 1; return MISCHIEF_MANAGED; } // hold (initially): go to lowest level, but allow abort for regular click |
