trigger and VVT duty cycle integration into limp manager #2523
This commit is contained in:
parent
3f914bf3ed
commit
26038daf90
|
@ -812,6 +812,8 @@ static void enableOrDisable(const char *param, bool isEnabled) {
|
|||
CONFIG(useTLE8888_cranking_hack) = isEnabled;
|
||||
} else if (strEqualCaseInsensitive(param, "verboseTLE8888")) {
|
||||
CONFIG(verboseTLE8888) = isEnabled;
|
||||
} else if (strEqualCaseInsensitive(param, "logic_level_trigger")) {
|
||||
CONFIG(displayLogicLevelsInEngineSniffer) = isEnabled;
|
||||
} else if (strEqualCaseInsensitive(param, "can_broadcast")) {
|
||||
CONFIG(enableVerboseCanTx) = isEnabled;
|
||||
} else if (strEqualCaseInsensitive(param, "etb_auto")) {
|
||||
|
|
|
@ -529,7 +529,7 @@ bit launchControlEnabled;
|
|||
bit rollingLaunchEnabled;
|
||||
bit antiLagEnabled;
|
||||
bit useRunningMathForCranking,"Fuel Map","Fixed";
|
||||
bit displayLogicLevelsInEngineSniffer;+Shall we display real life signal or just the part consumed by trigger decoder.
|
||||
bit displayLogicLevelsInEngineSniffer;+Shall we display real life signal or just the part consumed by trigger decoder.\nenable logic_level_trigger
|
||||
bit useTLE8888_stepper;
|
||||
bit enableMapEstimationTableFallback;+If enabled, the MAP estimate table will be used if the MAP sensor fails to estimate manifold pressure based on RPM and TPS.
|
||||
bit useFSIOTableForCanSniffingFiltering;
|
||||
|
|
Loading…
Reference in New Issue