AlphaX 2chan new EN lines #3990
This commit is contained in:
parent
d1bffd9769
commit
0e42cec874
|
@ -138,6 +138,8 @@ void setBoardDefaultConfiguration() {
|
|||
setInjectorPins();
|
||||
setIgnitionPins();
|
||||
|
||||
engineConfiguration->boardUseTempPullUp = true;
|
||||
|
||||
engineConfiguration->acSwitch = GPIO_UNASSIGNED;
|
||||
engineConfiguration->fuelPumpPin = H144_OUT_PWM2;
|
||||
engineConfiguration->fanPin = H144_OUT_PWM4;
|
||||
|
|
|
@ -132,6 +132,8 @@ void setBoardDefaultConfiguration() {
|
|||
setInjectorPins();
|
||||
setIgnitionPins();
|
||||
|
||||
engineConfiguration->boardUseTempPullUp = true;
|
||||
|
||||
engineConfiguration->acSwitch = GPIO_UNASSIGNED;
|
||||
engineConfiguration->fuelPumpPin = H144_OUT_PWM2;
|
||||
engineConfiguration->fanPin = H144_OUT_PWM4;
|
||||
|
|
|
@ -1002,15 +1002,15 @@ end_struct
|
|||
bit disablePrimaryUart
|
||||
bit fuelClosedLoopCorrectionEnabled;+Enables lambda sensor closed loop feedback for fuelling.
|
||||
bit isVerboseIAC;+Print details into rusEfi console\nenable verbose_idle
|
||||
bit boardUseTachPullUp,"with pull-up","without pull-up"
|
||||
bit boardUseTempPullUp,"with pull-up","without pull-up"
|
||||
bit boardUseTachPullUp,"12v","5v"
|
||||
bit boardUseTempPullUp,"With Pull Ups","Piggyback Mode"
|
||||
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 useLinearCltSensor
|
||||
bit canReadEnabled;enable can_read/disable can_read
|
||||
bit canWriteEnabled;enable can_write/disable can_write
|
||||
bit useLinearIatSensor
|
||||
bit boardUse2stepPullDown
|
||||
bit boardUse2stepPullDown,"With Pull Down","With Pull Up"
|
||||
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 invertPrimaryTriggerSignal;+This setting flips the signal from the primary engine speed sensor.
|
||||
|
@ -1020,9 +1020,9 @@ bit cutFuelOnHardLimit,"yes","no"
|
|||
bit cutSparkOnHardLimit,"yes","no"
|
||||
bit launchFuelCutEnable
|
||||
bit launchSparkCutEnable;+This is the Cut Mode normally used
|
||||
bit boardUseCrankPullUp,"with pull-up","without pull-up"
|
||||
bit boardUseCamPullDown
|
||||
bit unusedBitWasHere2
|
||||
bit boardUseCrankPullUp,"Hall","VR"
|
||||
bit boardUseCamPullDown,"With Pull Down","With Pull Up"
|
||||
bit boardUseCamVrPullUp,"Hall","VR"
|
||||
bit unusedBitWasHere3
|
||||
bit unusedBitWasHere4
|
||||
bit unusedBitWasHere5
|
||||
|
|
|
@ -3729,11 +3729,12 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
field = "mapCamDetectionAnglePosition", mapCamDetectionAnglePosition
|
||||
|
||||
dialog = fancyHardwareDialog, "Fancy Boards"
|
||||
field = "boardUseTachPullUp", boardUseTachPullUp
|
||||
field = "Tachometer Output", boardUseTachPullUp
|
||||
field = "boardUseTempPullUp", boardUseTempPullUp
|
||||
field = "boardUseCrankPullUp", boardUseCrankPullUp
|
||||
field = "boardUse2stepPullDown", boardUse2stepPullDown
|
||||
field = "2-step input", boardUse2stepPullDown
|
||||
field = "boardUseCamPullDown", boardUseCamPullDown
|
||||
field = "boardUseCamVrPullUp", boardUseCamVrPullUp
|
||||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = useEeprom, useEeprom
|
||||
|
|
Loading…
Reference in New Issue