AlphaX
This commit is contained in:
parent
a3f2dc84ae
commit
ec35615f93
|
@ -1006,8 +1006,8 @@ end_struct
|
||||||
bit disablePrimaryUart
|
bit disablePrimaryUart
|
||||||
bit fuelClosedLoopCorrectionEnabled;+Enables lambda sensor closed loop feedback for fuelling.
|
bit fuelClosedLoopCorrectionEnabled;+Enables lambda sensor closed loop feedback for fuelling.
|
||||||
bit isVerboseIAC;+Print details into rusEfi console\nenable verbose_idle
|
bit isVerboseIAC;+Print details into rusEfi console\nenable verbose_idle
|
||||||
bit boardUseTachPullUp
|
bit boardUseTachPullUp,"with pull-up","without pull-up"
|
||||||
bit boardUseTempPullUp
|
bit boardUseTempPullUp,"with pull-up","without pull-up"
|
||||||
bit isEngineChartEnabled;+This options enables data for 'engine sniffer' tab in console, which comes at some CPU price
|
bit isEngineChartEnabled;+This options enables data for 'engine sniffer' tab in console, which comes at some CPU price
|
||||||
bit silentTriggerError;+Sometimes we have a performance issue while printing error
|
bit silentTriggerError;+Sometimes we have a performance issue while printing error
|
||||||
bit useLinearCltSensor
|
bit useLinearCltSensor
|
||||||
|
@ -1024,7 +1024,7 @@ bit cutFuelOnHardLimit,"yes","no"
|
||||||
bit cutSparkOnHardLimit,"yes","no"
|
bit cutSparkOnHardLimit,"yes","no"
|
||||||
bit launchFuelCutEnable
|
bit launchFuelCutEnable
|
||||||
bit launchSparkCutEnable;+This is the Cut Mode normally used
|
bit launchSparkCutEnable;+This is the Cut Mode normally used
|
||||||
bit boardUseCrankPullUp
|
bit boardUseCrankPullUp,"with pull-up","without pull-up"
|
||||||
bit unusedBitWasHere1
|
bit unusedBitWasHere1
|
||||||
bit unusedBitWasHere2
|
bit unusedBitWasHere2
|
||||||
bit unusedBitWasHere3
|
bit unusedBitWasHere3
|
||||||
|
|
Loading…
Reference in New Issue