From c08e69271078a2d1807fa8b2f905490692befbec Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Wed, 19 Dec 2018 15:36:53 -0700 Subject: configured lantern stepped ramp and button LED mode, set default tint to 128 (balanced) --- spaghetti-monster/fsm-ramping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spaghetti-monster/fsm-ramping.h') diff --git a/spaghetti-monster/fsm-ramping.h b/spaghetti-monster/fsm-ramping.h index 9732b9c..4ce8015 100644 --- a/spaghetti-monster/fsm-ramping.h +++ b/spaghetti-monster/fsm-ramping.h @@ -27,7 +27,7 @@ volatile uint8_t actual_level = 0; #ifdef USE_TINT_RAMPING -uint8_t tint = 0; +uint8_t tint = 128; #endif #ifdef USE_SET_LEVEL_GRADUALLY -- cgit v1.2.3