progress
This commit is contained in:
parent
7c8d848981
commit
059ad2c6fa
|
@ -16,6 +16,7 @@
|
|||
#include "honda_accord.h"
|
||||
#include "allsensors.h"
|
||||
#include "engine_math.h"
|
||||
#include "trigger_emulator.h"
|
||||
|
||||
#if EFI_PROD_CODE
|
||||
#include "can_hw.h"
|
||||
|
@ -153,6 +154,8 @@ void setFrankensoBoardTestConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
|||
|
||||
engineConfiguration->directSelfStimulation = true; // this engine type is used for board validation
|
||||
|
||||
setTriggerEmulatorRPM(300); // lower RPM for slower blinking
|
||||
|
||||
engineConfiguration->specs.cylindersCount = 12;
|
||||
engineConfiguration->specs.firingOrder = FO_1_7_5_11_3_9_6_12_2_8_4_10;
|
||||
|
||||
|
|
Loading…
Reference in New Issue