only: tunes
This commit is contained in:
parent
29e55caa4e
commit
3548e1d9c6
|
@ -203,5 +203,6 @@ void setEngineBMW_M73_Proteus() {
|
|||
#if EFI_ELECTRONIC_THROTTLE_BODY
|
||||
setProteusHitachiEtbDefaults();
|
||||
#endif // EFI_ELECTRONIC_THROTTLE_BODY
|
||||
setPPSCalibration(0.73, 4.0, 0.34, 1.86);
|
||||
}
|
||||
#endif // HW_PROTEUS
|
||||
|
|
|
@ -31,6 +31,8 @@ static void set201xHyundai() {
|
|||
setEtbPID(8.8944, 70.2307, 0.1855);
|
||||
// Some sensible defaults for other options
|
||||
setAlgorithm(LM_SPEED_DENSITY);
|
||||
|
||||
engineConfiguration->vvtControlMinRpm = 1500;
|
||||
}
|
||||
|
||||
// set engine_type 104
|
||||
|
|
Loading…
Reference in New Issue