flipped 60/2?
This commit is contained in:
parent
fd02a6dc8c
commit
9203f08072
|
@ -108,6 +108,9 @@ void setEngineBMW_M73_microRusEfi(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
#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?
|
||||
engineConfiguration->cranking.rpm = 280;
|
||||
|
||||
|
|
|
@ -247,6 +247,9 @@ typedef enum {
|
|||
TT_ONE = 18,
|
||||
|
||||
TT_DODGE_RAM = 19,
|
||||
/**
|
||||
* It looks like this is the VR shape if you have your wires flipped
|
||||
*/
|
||||
TT_60_2_VW = 20,
|
||||
|
||||
TT_HONDA_1_24 = 21,
|
||||
|
|
Loading…
Reference in New Issue