QC control mode to crash if RPM = 0 and to mark successful 3 minute test with self-stimulation RPM increase #1871

This commit is contained in:
rusefi 2020-10-11 19:16:41 -04:00
parent 16dd9a820b
commit fc5f47a653
2 changed files with 1 additions and 3 deletions

View File

@ -401,7 +401,7 @@ void mreBoardOldTest(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
#if (BOARD_TLE8888_COUNT > 0)
engineConfiguration->debugMode = DBG_TLE8888;
engineConfiguration->triggerSimulatorFrequency = 60;
engineConfiguration->triggerSimulatorFrequency = HW_CHECK_RPM;
// set cranking_rpm 500
engineConfiguration->cranking.rpm = 100;
// set cranking_dwell 200

View File

@ -194,8 +194,6 @@ void runRusEfi(void) {
#if HW_CHECK_MODE
// we need a special binary for final assembly check. We cannot afford to require too much software or too many steps
// to be executed at the place of assembly
CONFIG(triggerSimulatorFrequency) = HW_CHECK_RPM;
engine->directSelfStimulation = true;
#endif // HW_CHECK_MODE