From dbeb9b91a48418c5bc9f6edccaef20c3ef77d45d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 28 May 2018 15:12:26 -0700 Subject: [PATCH] altos/telelco-v2.0: Change drag race selected/no-continutity pattern Make it turn on at the same time as the pads with continuity, but turn off sooner Signed-off-by: Keith Packard --- src/telelco-v2.0/ao_lco_v2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/telelco-v2.0/ao_lco_v2.c b/src/telelco-v2.0/ao_lco_v2.c index 371b978a..45895908 100644 --- a/src/telelco-v2.0/ao_lco_v2.c +++ b/src/telelco-v2.0/ao_lco_v2.c @@ -593,7 +593,7 @@ ao_lco_igniter_status(void) if (t) on = 1; } else { - if (!t) + if (t == 1) on = 1; } if (on) -- 2.30.2