From 9c9abdce6838564d6fe477c97f7ffb93d2ae2903 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Wed, 16 Dec 2020 19:56:48 -0500 Subject: [PATCH] Updated Engine Types (markdown) --- Engine-Types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine-Types.md b/Engine-Types.md index c94e045f..81c4ee5a 100644 --- a/Engine-Types.md +++ b/Engine-Types.md @@ -5,7 +5,7 @@ The best way to configure rusEfi according to your engine setup is via Tuner Stu But rusEfi is still in the phase of active development: some parts of the code are still far from final, and new configuration parameters are being added every month. Because of that, the TunerStudio project definition is still pretty volatile. Volatile TunerStudio project definition means your settings could be lost next time you upgrade the firmware, because of that we need a way to keep default configurations for each setup in a more persistent way. This is the reason why we have... -Engine Type concept: we have an array of default configurations for different engines defined [https://github.com/rusefi/rusefi/tree/master/firmware/config/engines](right in the source code). Which of the configurations is used is controlled by 'engine type' field which is persisted in the internal chip flash memory along with the rest of the configuration. So, in order to get your trigger decoding parameters and your fuel & injection control strategies activated, you need to invoke the 'set engine_type X' command as described [http://rusefi.com/forum/viewtopic.php?f=5&t=210#p4038 here]. +Engine Type concept: we have an array of default configurations for different engines defined [right in the source code\(https://github.com/rusefi/rusefi/tree/master/firmware/config/engines). Which of the configurations is used is controlled by 'engine type' field which is persisted in the internal chip flash memory along with the rest of the configuration. So, in order to get your trigger decoding parameters and your fuel & injection control strategies activated, you need to invoke the 'set engine_type X' command as described [http://rusefi.com/forum/viewtopic.php?f=5&t=210#p4038 here]. Ford Aspire Frankenstein default configuration: `set engine_type 3`