From: Keith Packard Date: Mon, 28 May 2018 22:12:26 +0000 (-0700) Subject: altos/telelco-v2.0: Change drag race selected/no-continutity pattern X-Git-Tag: 1.8.6~1^2~41 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=dbeb9b91a48418c5bc9f6edccaef20c3ef77d45d 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 --- 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)