This commit is contained in:
rusefillc 2023-04-25 00:36:13 -04:00
parent 2bd0f4e0cb
commit 5f23db6608
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,12 @@ void setHyundaiPb() {
engineConfiguration->vvtMode[1] = VVT_SECOND_HALF;
engineConfiguration->ignitionMode = IM_INDIVIDUAL_COILS;
engineConfiguration->highPressureFuel.v1 = 0.5; /* volts */;
engineConfiguration->highPressureFuel.value1 = 0;
engineConfiguration->highPressureFuel.v2 = 4.5; /* volts */;
// page 98, Fuel System > Engine Control System > Rail Pressure Sensor (RPS) > Specifications
engineConfiguration->highPressureFuel.value2 = 20'000;
}
void setProteusHyundaiPb() {