From dc9d31d2940ffeedbdbac8aa9d0ce68e851c4841 Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 8 May 2024 08:51:43 -0400 Subject: [PATCH] Oscilations in DWELL length after 40+ hours of uptime #6451 only:f407-discovery --- firmware/config/engines/custom_engine.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/config/engines/custom_engine.cpp b/firmware/config/engines/custom_engine.cpp index 9629be0ee2..d264d31d11 100644 --- a/firmware/config/engines/custom_engine.cpp +++ b/firmware/config/engines/custom_engine.cpp @@ -1002,6 +1002,9 @@ void alphax4chanStimQc() { // set engine_type 93 void testEngine6451() { +#ifdef HW_FRANKENSO + setFrankensoConfiguration(); +#endif engineConfiguration->trigger.type = trigger_type_e::TT_HALF_MOON; engineConfiguration->cylindersCount = 6;