docs
This commit is contained in:
parent
28bde6f084
commit
3be426f927
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jan 20 11:24:01 EST 2019
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jan 20 20:01:54 EST 2019
|
||||
// begin
|
||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||
|
@ -1297,6 +1297,7 @@ typedef struct {
|
|||
offset 1472 bit 3 */
|
||||
bool isVerboseETB : 1;
|
||||
/**
|
||||
* Use angle-based duration or fixed absolute time dwell duration?
|
||||
offset 1472 bit 4 */
|
||||
bool useConstantDwellDuringCranking : 1;
|
||||
/**
|
||||
|
@ -2478,4 +2479,4 @@ typedef struct {
|
|||
|
||||
#endif
|
||||
// end
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jan 20 11:24:01 EST 2019
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jan 20 20:01:54 EST 2019
|
||||
|
|
|
@ -645,7 +645,7 @@ bit vvtDisplayInverted
|
|||
bit fuelClosedLoopCorrectionEnabled
|
||||
bit isVerboseIAC;+Print details into rusEfi console
|
||||
bit isVerboseETB;enable verbose_etb
|
||||
bit useConstantDwellDuringCranking
|
||||
bit useConstantDwellDuringCranking;+Use angle-based duration or fixed absolute time dwell duration?
|
||||
bit isEngineChartEnabled;This options enables data for 'engine sniffer' tab in console, which comes at some CPU price
|
||||
bit silentTriggerError
|
||||
bit useLinearCltSensor
|
||||
|
|
|
@ -63,7 +63,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jan 20 11:24:01 EST 2019
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jan 20 20:01:54 EST 2019
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -903,6 +903,7 @@ page = 1
|
|||
isFasterEngineSpinUpEnabled = "Smarter cranking logic.\nSee also startOfCrankingPrimingPulse"
|
||||
sensorChartMode = "rusEfi console Sensor Sniffer mode"
|
||||
isVerboseIAC = "Print details into rusEfi console"
|
||||
useConstantDwellDuringCranking = "Use angle-based duration or fixed absolute time dwell duration?"
|
||||
isInjectionEnabled = "enable injection"
|
||||
isIgnitionEnabled = "enable ignition"
|
||||
isCylinderCleanupEnabled = "If TPS above 95% no fuel would be injected during cranking\nenable cylinder_cleanup"
|
||||
|
|
Loading…
Reference in New Issue