AlphaX 2chan new EN lines #3990
This commit is contained in:
parent
1073e28d9b
commit
e7f55f3dc6
|
@ -1010,7 +1010,7 @@ end_struct
|
||||||
bit canReadEnabled;enable can_read/disable can_read
|
bit canReadEnabled;enable can_read/disable can_read
|
||||||
bit canWriteEnabled;enable can_write/disable can_write
|
bit canWriteEnabled;enable can_write/disable can_write
|
||||||
bit useLinearIatSensor
|
bit useLinearIatSensor
|
||||||
bit unusedBitWasHere16
|
bit boardUse2stepPullDown
|
||||||
bit tachPulseDurationAsDutyCycle,"Duty cycle","Constant time";+Treat milliseconds value as duty cycle value, i.e. 0.5ms would become 50%
|
bit tachPulseDurationAsDutyCycle,"Duty cycle","Constant time";+Treat milliseconds value as duty cycle value, i.e. 0.5ms would become 50%
|
||||||
bit isAlternatorControlEnabled;+This enables smart alternator control and activates the extra alternator settings.
|
bit isAlternatorControlEnabled;+This enables smart alternator control and activates the extra alternator settings.
|
||||||
bit invertPrimaryTriggerSignal;+This setting flips the signal from the primary engine speed sensor.
|
bit invertPrimaryTriggerSignal;+This setting flips the signal from the primary engine speed sensor.
|
||||||
|
@ -1021,7 +1021,7 @@ 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,"with pull-up","without pull-up"
|
bit boardUseCrankPullUp,"with pull-up","without pull-up"
|
||||||
bit unusedBitWasHere1
|
bit boardUseCamPullDown
|
||||||
bit unusedBitWasHere2
|
bit unusedBitWasHere2
|
||||||
bit unusedBitWasHere3
|
bit unusedBitWasHere3
|
||||||
bit unusedBitWasHere4
|
bit unusedBitWasHere4
|
||||||
|
|
|
@ -3732,6 +3732,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
||||||
field = "boardUseTachPullUp", boardUseTachPullUp
|
field = "boardUseTachPullUp", boardUseTachPullUp
|
||||||
field = "boardUseTempPullUp", boardUseTempPullUp
|
field = "boardUseTempPullUp", boardUseTempPullUp
|
||||||
field = "boardUseCrankPullUp", boardUseCrankPullUp
|
field = "boardUseCrankPullUp", boardUseCrankPullUp
|
||||||
|
field = "boardUse2stepPullDown", boardUse2stepPullDown
|
||||||
|
field = "boardUseCamPullDown", boardUseCamPullDown
|
||||||
|
|
||||||
dialog = parkingLot, "Experimental/Broken"
|
dialog = parkingLot, "Experimental/Broken"
|
||||||
field = useEeprom, useEeprom
|
field = useEeprom, useEeprom
|
||||||
|
|
Loading…
Reference in New Issue