MRE NB2
This commit is contained in:
parent
2e27a94ee7
commit
612a4ab3b3
|
@ -552,14 +552,14 @@ void setMiataNB2_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
// set tps_max 540
|
||||
engineConfiguration->tpsMax = 870;
|
||||
|
||||
|
||||
|
||||
CONFIGB(useETBforIdleControl) = true;
|
||||
engineConfiguration->throttlePedalUpVoltage = 1;
|
||||
// WAT? that's an interesting value, how come it's above 5v?
|
||||
engineConfiguration->throttlePedalWOTVoltage = 5.47;
|
||||
|
||||
// set vbatt_divider 11
|
||||
// 0.3#4 has wrong R139 as well?
|
||||
// 56k high side/10k low side multiplied by above analogInputDividerCoefficient = 11
|
||||
engineConfiguration->vbattDividerCoeff = (66.0f / 10.0f) * engineConfiguration->analogInputDividerCoefficient;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
* @date Dec 24, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2019
|
||||
*
|
||||
*
|
||||
*
|
||||
* enable trigger_details
|
||||
* DBG_TRIGGER_SYNC = 16
|
||||
* set debug_mode 16
|
||||
*
|
||||
* This file is part of rusEfi - see http://rusefi.com
|
||||
*
|
||||
* rusEfi is free software; you can redistribute it and/or modify it under the terms of
|
||||
|
|
Loading…
Reference in New Issue