AlphaX 2chan new EN lines #3990

This commit is contained in:
rusefillc 2022-03-13 11:54:17 -04:00
parent 5c4b8c24be
commit 49798aa7f0
4 changed files with 13 additions and 8 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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

View File

@ -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