From c4e97f9c0b7f66f539e73983146c21e1c30311ac Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sat, 19 Aug 2017 16:00:29 -0600 Subject: Fixed momentary UI (API changed a little). --- spaghetti-monster/momentary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spaghetti-monster/momentary.c b/spaghetti-monster/momentary.c index bb74795..a585152 100644 --- a/spaghetti-monster/momentary.c +++ b/spaghetti-monster/momentary.c @@ -81,5 +81,5 @@ void low_voltage() { void setup() { debug_blink(2); - push_state(momentary_state); + push_state(momentary_state, 0); } -- cgit v1.2.3