AlphaX
This commit is contained in:
parent
212687dd10
commit
2756742898
|
@ -1003,9 +1003,9 @@ 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 unused1464b3
|
bit boardUseTachPullUp
|
||||||
bit unused1464b4
|
bit boardUseTempPullUp
|
||||||
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
|
||||||
bit canReadEnabled;enable can_read/disable can_read
|
bit canReadEnabled;enable can_read/disable can_read
|
||||||
|
@ -1021,7 +1021,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 unused1464b20
|
bit boardUseCrankPullUp
|
||||||
bit unusedBitWasHere1
|
bit unusedBitWasHere1
|
||||||
bit unusedBitWasHere2
|
bit unusedBitWasHere2
|
||||||
bit unusedBitWasHere3
|
bit unusedBitWasHere3
|
||||||
|
|
|
@ -3616,6 +3616,9 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
||||||
field = "Trailing Pin 4", trailingCoilPins4
|
field = "Trailing Pin 4", trailingCoilPins4
|
||||||
|
|
||||||
dialog = parkingLot, "Experimental/Broken"
|
dialog = parkingLot, "Experimental/Broken"
|
||||||
|
field = "boardUseTachPullUp", boardUseTachPullUp
|
||||||
|
field = "boardUseTempPullUp", boardUseTempPullUp
|
||||||
|
field = "boardUseCrankPullUp", boardUseCrankPullUp
|
||||||
field = "mapCamDetectionAnglePosition", mapCamDetectionAnglePosition
|
field = "mapCamDetectionAnglePosition", mapCamDetectionAnglePosition
|
||||||
field = "mapCamDetectionThreshold", mapCamDetectionThreshold
|
field = "mapCamDetectionThreshold", mapCamDetectionThreshold
|
||||||
field = "mapCamAveragingLength", mapCamAveragingLength
|
field = "mapCamAveragingLength", mapCamAveragingLength
|
||||||
|
|
Loading…
Reference in New Issue