only: fsio is dead

This commit is contained in:
rusefillc 2024-05-10 22:20:48 -04:00
parent 2c4914d3a1
commit 803b83fa9d
1 changed files with 0 additions and 1 deletions

View File

@ -569,7 +569,6 @@ void onTriggerEventSparkLogic(int rpm, efitick_t edgeTimestamp, float currentPha
if (i == 0 && engineConfiguration->artificialTestMisfire && (getRevolutionCounter() % ((int)engineConfiguration->scriptSetting[5]) == 0)) {
// artificial misfire on cylinder #1 for testing purposes
// enable artificialMisfire
// set_fsio_setting 6 20
warning(ObdCode::CUSTOM_ARTIFICIAL_MISFIRE, "artificial misfire on cylinder #1 for testing purposes %d", engine->engineState.globalSparkCounter);
continue;
}