Fix for typo in injection angles (Sequential only)

This commit is contained in:
Josh Stewart 2016-06-20 22:09:47 +10:00
parent 873f56ae40
commit a29c20e62f
1 changed files with 1 additions and 1 deletions

View File

@ -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;