From a29c20e62f56bc61cbbba5fbefd47645747c04a7 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Mon, 20 Jun 2016 22:09:47 +1000 Subject: [PATCH] Fix for typo in injection angles (Sequential only) --- speeduino.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speeduino.ino b/speeduino.ino index c6b6df0..97fdbba 100644 --- a/speeduino.ino +++ b/speeduino.ino @@ -499,7 +499,7 @@ void setup() channel1InjDegrees = 0; channel2InjDegrees = 180; channel3InjDegrees = 360; - channel2InjDegrees = 540; + channel4InjDegrees = 540; } else { channel1InjDegrees = channel2InjDegrees = 0; } //For simultaneous, all squirts happen at the same time break;