there was a promise of 72v?

This commit is contained in:
rusefi 2023-05-15 16:28:11 -04:00
parent cc05d160ef
commit 94f6294232
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ void Pt2001Base::setTimings() {
void Pt2001Base::setBoostVoltage(float volts) {
// Sanity checks, Datasheet says not too high, nor too low
if (volts > 65.0f) {
if (volts > 72.0f) {
onError("DI Boost voltage setpoint too high");
return;
}