auto-sync
This commit is contained in:
parent
f6f2d2fe48
commit
527a1c1a3b
|
@ -1314,6 +1314,7 @@ cmd_test_idle_valve = "w\x00\x17\x00\x01"
|
|||
field = "use Rise Edge?", trigger_customUseRiseEdge, {trigger_type == 0}
|
||||
field = "needed Second Trigger Input?", trigger_customNeedSecondTriggerInput, {trigger_type == 0}
|
||||
dialog = triggerConfiguration_IO, "Settings I/O"
|
||||
field = "!ECU reboot needed to apply these settings"
|
||||
field = "#Cam is primary if you have cam sensor"
|
||||
field = "Primary input channel", triggerInputPins1
|
||||
field = "Secondary channel", triggerInputPins2
|
||||
|
@ -1330,6 +1331,7 @@ cmd_test_idle_valve = "w\x00\x17\x00\x01"
|
|||
field = "phase offset", injectionOffset
|
||||
|
||||
dialog = injIO, "Injector Output", yAxis
|
||||
field = "!ECU reboot needed to apply these settings"
|
||||
field = "injection Pin Mode", injectionPinMode
|
||||
field = "Injection Pin 1", injectionPins1
|
||||
field = "Injection Pin 2", injectionPins2, {cylindersCount > 1}
|
||||
|
@ -1492,21 +1494,25 @@ cmd_test_idle_valve = "w\x00\x17\x00\x01"
|
|||
field = "Fan On Temperature", fanOnTemperature
|
||||
field = "Fan Off Temperature", fanOffTemperature
|
||||
field = ""
|
||||
field = "!ECU reboot needed to apply these settings"
|
||||
field = "Fan Pin Mode", fanPinMode
|
||||
field = "Fan Pin", fanPin
|
||||
|
||||
; Engine->Main Relay Settings
|
||||
dialog = mainRealay, "Main Relay Settings"
|
||||
field = "!ECU reboot needed to apply these settings"
|
||||
field = "Main Relay Mode", mainRelayPinMode
|
||||
field = "Main Relay Pin", mainRelayPin
|
||||
|
||||
; Engine->Fuel Pump Settings
|
||||
dialog = fuelPump, "Fuel Pump Settings"
|
||||
field = "!ECU reboot needed to apply these settings"
|
||||
field = "Fuel Pump Pin Mode", fuelPumpPinMode
|
||||
field = "Fuel Pump Pin", fuelPumpPin
|
||||
|
||||
; Engine->MIL Settings
|
||||
dialog = malfunction, "Check Engine Settings"
|
||||
field = "!ECU reboot needed to apply these settings"
|
||||
field = "Check Engine Pin Mode", malfunctionIndicatorPinMode
|
||||
field = "Check Engine Pin", malfunctionIndicatorPin
|
||||
|
||||
|
@ -1514,6 +1520,7 @@ cmd_test_idle_valve = "w\x00\x17\x00\x01"
|
|||
dialog = hipFunction, "HIP9011 Settings"
|
||||
field = "Enabled", isHip9011Enabled
|
||||
field = "Threshold", knockVThreshold
|
||||
field = "!ECU reboot needed to apply these settings"
|
||||
field = "IntHold pin (hip9011 input)", hip9011IntHoldPin
|
||||
field = "ChipSelect pin", hip9011CsPin
|
||||
field = "hip Output/stm input", hipOutputChannel
|
||||
|
@ -1523,6 +1530,7 @@ cmd_test_idle_valve = "w\x00\x17\x00\x01"
|
|||
panel = knockThresholdCurve
|
||||
|
||||
dialog = spiFunction, "SPI settings"
|
||||
field = "!ECU reboot needed to apply these settings"
|
||||
field = "SPI1 MOSI", spi1mosiPin
|
||||
field = "SPI1 MISO", spi1misoPin
|
||||
field = "SPI1 SCK", spi1sckPin
|
||||
|
@ -1575,6 +1583,7 @@ cmd_test_idle_valve = "w\x00\x17\x00\x01"
|
|||
|
||||
; Engine->Other inputs
|
||||
dialog = analogInputs, "Analog inputs"
|
||||
field = "!ECU reboot needed to apply these settings"
|
||||
field = "TPS ADC input", tpsAdcChannel
|
||||
field = "MAF ADC input", mafAdcChannel
|
||||
field = "Baro ADC input", baroSensor_hwChannel
|
||||
|
|
Loading…
Reference in New Issue