Minor ini cleanup
This commit is contained in:
parent
edcc52f7cc
commit
bc1b82b6cd
|
@ -159,7 +159,6 @@ struct config1 {
|
|||
byte tpsMax;
|
||||
byte mapMin;
|
||||
unsigned int mapMax;
|
||||
byte unused48;
|
||||
byte unused49;
|
||||
byte unused50;
|
||||
byte unused51;
|
||||
|
|
|
@ -386,6 +386,8 @@ page = 7
|
|||
defaultValue = inj3Ang, 355
|
||||
defaultValue = inj4Ang, 355
|
||||
defaultValue = dutyLim, 100
|
||||
defaultValue = mapMin, 10
|
||||
defaultValue = mapMax, 260
|
||||
|
||||
[Menu]
|
||||
|
||||
|
@ -1127,15 +1129,7 @@ help = helpEnrichments, "Enrichments Help"
|
|||
seconds = { secl };
|
||||
|
||||
afrtarget = { 0 }
|
||||
; #include "lambdaSensors.ini"
|
||||
|
||||
#if MPX4250
|
||||
; barometer = { table(baroADC, "kpafactor4250.inc") }
|
||||
; map = { table(mapADC, "kpafactor4250.inc") } ; Manifold pressure in kPa.
|
||||
#else
|
||||
; barometer = { table(baroADC, "kpafactor4115.inc") }
|
||||
; map = { table(mapADC, "kpafactor4115.inc") }
|
||||
#endif
|
||||
; throttle = { table(tpsADC, "throttlefactor.inc") }
|
||||
throttle = { tps }, "%"
|
||||
|
||||
|
|
Loading…
Reference in New Issue