Fuel injection WIP - map only suitable for warm idle

This commit is contained in:
Steve Howes
2018-09-15 15:38:27 +01:00
parent 8c08af2458
commit 23293422cc
9 changed files with 125 additions and 26 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ void battery_init()
{
Serial.println("ERR: Battery low");
}
else if(battery_voltage_value > 14)
else if(battery_voltage_value > 15)
{
Serial.println("ERR: Battery high");
}