flipped 60/2?

This commit is contained in:
rusefi 2020-04-03 00:44:54 -04:00
parent db82363325
commit 0bd2291866
2 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -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,