fix invalid references
This commit is contained in:
parent
8d61995dee
commit
930ea594ea
|
@ -1,5 +1,7 @@
|
|||
# [rusEFI project](rusEFI-project)
|
||||
|
||||
## Fuel
|
||||
|
||||
[Injection settings](#injection-settings)
|
||||
|
||||
[Injector dead time](#injector-dead-time)
|
||||
|
@ -18,14 +20,15 @@
|
|||
|
||||
[tCharge Settings](#tcharge-settings)
|
||||
|
||||
[Accel/Decel Enrichment](#accel/decel-enrichment)
|
||||
[Acceleration or Deceleration Enrichment](#acceleration-or-deceleration-enrichment)
|
||||
|
||||
[TPS/TPS Acceleration Extra Fuel(ms)](#tps/tps-acceleration-extra-fuel(ms))
|
||||
[TPS Acceleration Extra Fuel](#tps-acceleration-extra-fuel)
|
||||
|
||||
[Engine Load Acceleration Enrichment Taper](#engine-load-acceleration-enrichment-taper)
|
||||
|
||||
### Injection settings
|
||||

|
||||
|
||||

|
||||
|
||||
Two wire batch emulation: This is needed if your coils are individually wired and you wish to use batch injection.
|
||||
enable two_wire_batch_injection
|
||||
|
@ -37,41 +40,51 @@ Two wire batch emulation: This is needed if your coils are individually wired an
|
|||
enable two_wire_batch_injection
|
||||
|
||||
### Injector dead time
|
||||

|
||||
|
||||

|
||||
|
||||
### Fuel short-term closed-loop correction
|
||||

|
||||
|
||||

|
||||
|
||||
### Coasting Fuel Cutoff Settings
|
||||

|
||||
|
||||

|
||||
|
||||
Enable Coasting Fuel Cutoff: This setting disables fuel injection while the engine is in overrun, this is useful as a fuel saving measure and to prevent back firing.
|
||||
|
||||
TPS Deactivation Threshold(%): percent between 0 and 100 below which the fuel cut is deactivated, this helps low speed drivability.
|
||||
|
||||
### Fuel Table
|
||||

|
||||
|
||||

|
||||
|
||||
### Injection Phase
|
||||

|
||||
|
||||

|
||||
|
||||
### Warmup fuel manual Multiplier
|
||||

|
||||
|
||||

|
||||
|
||||
### Intake air temperature fuel Multiplier
|
||||

|
||||
|
||||

|
||||
|
||||
### tCharge Settings
|
||||

|
||||
|
||||
### Accel/Decel Enrichment
|
||||

|
||||

|
||||
|
||||
### TPS/TPS Acceleration Extra Fuel(ms)
|
||||

|
||||
### Acceleration or Deceleration Enrichment
|
||||
|
||||

|
||||
|
||||
### TPS Acceleration Extra Fuel
|
||||
|
||||

|
||||
|
||||
### Engine Load Acceleration Enrichment Taper
|
||||

|
||||
|
||||

|
||||
|
||||
generated by class com.rusefi.MdGenerator on Fri May 01 15:24:28 EDT 2020
|
||||
|
|
Loading…
Reference in New Issue