[EPIC] [Feature Request] Transmission Control #1454
This commit is contained in:
parent
648f9e623d
commit
3ea21ba4bf
|
@ -686,11 +686,10 @@ void setMiataNB2_Proteus_TCU() {
|
|||
engineConfiguration->trigger.customSkippedToothCount = 0;
|
||||
|
||||
|
||||
// "VR 1"
|
||||
engineConfiguration->triggerInputPins[0] = GPIOE_7;
|
||||
engineConfiguration->triggerInputPins[0] = GPIO_UNASSIGNED;
|
||||
engineConfiguration->tcuInputSpeedSensorPin = PROTEUS_VR_1;
|
||||
|
||||
// "VR 2"
|
||||
engineConfiguration->vehicleSpeedSensorInputPin = GPIOE_8;
|
||||
engineConfiguration->vehicleSpeedSensorInputPin = PROTEUS_VR_2;
|
||||
|
||||
engineConfiguration->driveWheelRevPerKm = 544; // 205/50R15
|
||||
engineConfiguration->vssGearRatio = 4.3;
|
||||
|
|
|
@ -66,6 +66,9 @@ void setDefaultBaseEngine() {
|
|||
engineConfiguration->tachPulseDuractionMs = 0.5;
|
||||
engineConfiguration->tachPulsePerRev = 1;
|
||||
|
||||
|
||||
engineConfiguration->tcuInputSpeedSensorTeeth = 1;
|
||||
|
||||
// Check engine light
|
||||
#if EFI_PROD_CODE
|
||||
engineConfiguration->warningPeriod = 10;
|
||||
|
|
Loading…
Reference in New Issue