auto-sync
This commit is contained in:
parent
01c79e705e
commit
e37ce006be
|
@ -46,7 +46,7 @@ void setBmwE34(DECLARE_ENGINE_PARAMETER_F) {
|
||||||
engineConfiguration->globalTriggerAngleOffset = 84;
|
engineConfiguration->globalTriggerAngleOffset = 84;
|
||||||
|
|
||||||
engineConfiguration->trigger.type = TT_TOOTHED_WHEEL;
|
engineConfiguration->trigger.type = TT_TOOTHED_WHEEL;
|
||||||
engineConfiguration->trigger.customTotalToothCount = 8;
|
engineConfiguration->trigger.customTotalToothCount = 30;
|
||||||
engineConfiguration->trigger.customSkippedToothCount = 1;
|
engineConfiguration->trigger.customSkippedToothCount = 1;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -510,7 +510,7 @@ void testTriggerDecoder(void) {
|
||||||
testTriggerDecoder2("ford aspire", FORD_ASPIRE_1996, 4, 0.0, 0.5);
|
testTriggerDecoder2("ford aspire", FORD_ASPIRE_1996, 4, 0.0, 0.5);
|
||||||
|
|
||||||
//testTriggerDecoder2("bmw", BMW_E34, 0, 0.9750, 0.5167);
|
//testTriggerDecoder2("bmw", BMW_E34, 0, 0.9750, 0.5167);
|
||||||
testTriggerDecoder2("bmw", BMW_E34, 0, 0.3750, 0.0);
|
testTriggerDecoder2("bmw", BMW_E34, 0, 0.4667, 0.0);
|
||||||
|
|
||||||
test1995FordInline6TriggerDecoder();
|
test1995FordInline6TriggerDecoder();
|
||||||
testMazdaMianaNbDecoder();
|
testMazdaMianaNbDecoder();
|
||||||
|
|
Loading…
Reference in New Issue