dead comments

This commit is contained in:
Matthew Kennedy 2023-02-21 02:13:08 -08:00
parent c048a151f1
commit ab52bf5517
1 changed files with 0 additions and 5 deletions

View File

@ -653,11 +653,6 @@ static void setValue(const char *paramStr, const char *valueStr) {
setConstantDwell(valueF);
} else if (strEqualCaseInsensitive(paramStr, CMD_ENGINESNIFFERRPMTHRESHOLD)) {
engineConfiguration->engineSnifferRpmThreshold = valueI;
// migrate to new laucnh fields?
// } else if (strEqualCaseInsensitive(paramStr, "step1rpm")) {
// engineConfiguration->step1rpm = valueI;
// } else if (strEqualCaseInsensitive(paramStr, "step1timing")) {
// engineConfiguration->step1timing = valueI;
} else if (strEqualCaseInsensitive(paramStr, "tps_max")) {
engineConfiguration->tpsMax = valueI;
} else if (strEqualCaseInsensitive(paramStr, "tps_min")) {