parent
f388163d2a
commit
e1b3c3380f
|
@ -705,6 +705,9 @@ void TriggerCentral::handleShaftSignal(trigger_event_e signal, efitick_t timesta
|
||||||
|
|
||||||
// Adjust so currentPhase is in engine-space angle, not trigger-space angle
|
// Adjust so currentPhase is in engine-space angle, not trigger-space angle
|
||||||
currentEngineDecodedPhase = wrapAngleMethod(currentPhaseFromSyncPoint - tdcPosition(), "currentEnginePhase", CUSTOM_ERR_6555);
|
currentEngineDecodedPhase = wrapAngleMethod(currentPhaseFromSyncPoint - tdcPosition(), "currentEnginePhase", CUSTOM_ERR_6555);
|
||||||
|
#if EFI_TUNER_STUDIO
|
||||||
|
engine->outputChannels.currentEnginePhase = currentEngineDecodedPhase;
|
||||||
|
#endif // EFI_TUNER_STUDIO
|
||||||
|
|
||||||
// Record precise time and phase of the engine. This is used for VVT decode.
|
// Record precise time and phase of the engine. This is used for VVT decode.
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue