This commit is contained in:
rusefi 2019-09-03 23:35:49 -04:00
parent 2e27a94ee7
commit 612a4ab3b3
2 changed files with 10 additions and 4 deletions

View File

@ -552,14 +552,14 @@ void setMiataNB2_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
// set tps_max 540 // set tps_max 540
engineConfiguration->tpsMax = 870; 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 // set vbatt_divider 11
// 0.3#4 has wrong R139 as well? // 0.3#4 has wrong R139 as well?
// 56k high side/10k low side multiplied by above analogInputDividerCoefficient = 11 // 56k high side/10k low side multiplied by above analogInputDividerCoefficient = 11
engineConfiguration->vbattDividerCoeff = (66.0f / 10.0f) * engineConfiguration->analogInputDividerCoefficient; engineConfiguration->vbattDividerCoeff = (66.0f / 10.0f) * engineConfiguration->analogInputDividerCoefficient;
} }

View File

@ -4,6 +4,12 @@
* @date Dec 24, 2013 * @date Dec 24, 2013
* @author Andrey Belomutskiy, (c) 2012-2019 * @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 * 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 * rusEfi is free software; you can redistribute it and/or modify it under the terms of