flipped 60/2?
This commit is contained in:
parent
db82363325
commit
0bd2291866
|
@ -108,6 +108,9 @@ void setEngineBMW_M73_microRusEfi(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||||
#endif /* EFI_CANBUS_SLAVE */
|
#endif /* EFI_CANBUS_SLAVE */
|
||||||
|
|
||||||
|
|
||||||
|
// do I have VR wires flipped?
|
||||||
|
engineConfiguration->trigger.type = TT_60_2_VW;
|
||||||
|
|
||||||
// this large engine seems to crank at around only 150 RPM? And happily idle at 400RPM?
|
// this large engine seems to crank at around only 150 RPM? And happily idle at 400RPM?
|
||||||
engineConfiguration->cranking.rpm = 280;
|
engineConfiguration->cranking.rpm = 280;
|
||||||
|
|
||||||
|
|
|
@ -247,6 +247,9 @@ typedef enum {
|
||||||
TT_ONE = 18,
|
TT_ONE = 18,
|
||||||
|
|
||||||
TT_DODGE_RAM = 19,
|
TT_DODGE_RAM = 19,
|
||||||
|
/**
|
||||||
|
* It looks like this is the VR shape if you have your wires flipped
|
||||||
|
*/
|
||||||
TT_60_2_VW = 20,
|
TT_60_2_VW = 20,
|
||||||
|
|
||||||
TT_HONDA_1_24 = 21,
|
TT_HONDA_1_24 = 21,
|
||||||
|
|
Loading…
Reference in New Issue