mirror of
https://github.com/stevenhowes/MX5-Arduino.git
synced 2026-05-27 00:03:37 +01:00
Fuel injection WIP - map only suitable for warm idle
This commit is contained in:
+1
-1
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user