auto-sync

This commit is contained in:
rusEfi 2016-10-15 22:01:57 -04:00
parent 9ec5375954
commit 7b87c7fcd0
1 changed files with 2 additions and 0 deletions

View File

@ -974,6 +974,8 @@ static void setValue(const char *paramStr, const char *valueStr) {
#endif
} else if (strEqualCaseInsensitive(paramStr, "warningPeriod")) {
engineConfiguration->warningPeriod = valueI;
} else if (strEqualCaseInsensitive(paramStr, "dwell")) {
setConstantDwell(valueF PASS_ENGINE_PARAMETER);
} else if (strEqualCaseInsensitive(paramStr, "engineSnifferRpmThreshold")) {
engineConfiguration->engineSnifferRpmThreshold = valueI;
} else if (strEqualCaseInsensitive(paramStr, "step1rpm")) {