status LED UI is dead!
This commit is contained in:
parent
56e9c9b911
commit
bacbb99ff0
|
@ -494,7 +494,6 @@ float cylinderBore;Cylinder diameter in mm.;"mm", 1, 0, 0, 20000, 2
|
|||
custom engine_load_mode_e 1 bits, U08, @OFFSET@, [0:2], @@engine_load_mode_e_enum@@
|
||||
engine_load_mode_e fuelAlgorithm;This setting controls which fuel quantity control algorithm is used.\nAlpha-N means drive by TPS commonly only used for NA engines\nSpeed Density requires MAP sensor and is the default choice for may installs\nMAF air charge is a cylinder filling based method that uses a mass air flow sensor.;
|
||||
uint8_t ALSMaxTPS;;"%", 1, 0, 0, 10, 0
|
||||
Gpio criticalLedPin;
|
||||
|
||||
custom injection_mode_e 1 bits, U08, @OFFSET@, [0:1], "Simultaneous", "Sequential", "Batch", "Single Point"
|
||||
injection_mode_e crankingInjectionMode;This is the injection strategy during engine start. See Fuel/Injection settings for more detail. It is suggested to use "Simultaneous".
|
||||
|
@ -1091,8 +1090,6 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
|
|||
pid_s idleRpmPid;See cltIdleRpmBins
|
||||
float wwaeBeta;0 = No fuel settling on port walls 1 = All the fuel settling on port walls setting this to 0 disables the wall wetting enrichment. ;"Fraction", 1, 0, 0, 1, 2
|
||||
|
||||
Gpio communicationLedPin;blue LED on many rusEFI boards.\nBlue Communication LED which is expected to blink at 50% duty cycle during normal board operation.\nIf USB communication cable is connected Blue LED starts to blink faster.
|
||||
Gpio runningLedPin;Green LED on many rusEFI boards.\nOff if engine is stopped, blinks if engine is cranking, solid if engine is running.
|
||||
Gpio binarySerialTxPin;See also EFI_CONSOLE_RX_BRAIN_PIN
|
||||
Gpio binarySerialRxPin;
|
||||
|
||||
|
@ -1113,9 +1110,8 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
|
|||
|
||||
int16_t iacByTpsTaper;Extra IAC, in percent between 0 and 100, tapered between zero and idle deactivation TPS value;"percent", 1, 0, 0, 500, 0
|
||||
|
||||
Gpio auxSerialTxPin;Auxiliary sensor serial, not to be confused with secondary calibration serial\nset_aux_tx_pin X;
|
||||
Gpio warningLedPin;
|
||||
Gpio auxSerialRxPin;Auxiliary sensor serial, not to be confused with secondary calibration serial\nset_aux_rx_pin X;
|
||||
Gpio auxSerialTxPin;Auxiliary sensor serial, not to be confused with secondary calibration serial;
|
||||
Gpio auxSerialRxPin;Auxiliary sensor serial, not to be confused with secondary calibration serial;
|
||||
Gpio LIS302DLCsPin;
|
||||
|
||||
|
||||
|
|
|
@ -272,8 +272,6 @@ enable2ndByteCanID = false
|
|||
requiresPowerCycle = boardUseCanTerminator
|
||||
requiresPowerCycle = lps25BaroSensorScl
|
||||
requiresPowerCycle = lps25BaroSensorSda
|
||||
requiresPowerCycle = warningLedPin
|
||||
requiresPowerCycle = runningLedPin
|
||||
requiresPowerCycle = binarySerialTxPin
|
||||
requiresPowerCycle = binarySerialRxPin
|
||||
requiresPowerCycle = tunerStudioSerialSpeed
|
||||
|
@ -2831,8 +2829,6 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
dialog = allPins1_1
|
||||
field = "trigger stimulator output #1", triggerSimulatorPins1
|
||||
field = "trigger stimulator output #2", triggerSimulatorPins2
|
||||
field = "Critical Led", criticalLedPin @@if_ts_show_critical_led
|
||||
field = "Warning Led", warningLedPin
|
||||
field = "tle6240_cs", tle6240_cs
|
||||
field = "tle6240 SPI", tle6240spiDevice
|
||||
|
||||
|
@ -2924,9 +2920,6 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
field = "DRV8860 CS Mode", drv8860_csPinMode
|
||||
field = "DRV8860 MISO pin", drv8860_miso
|
||||
field = "DRV8860 SPI", drv8860spiDevice
|
||||
field = "comm status light", communicationLedPin
|
||||
field = "running status light", runningLedPin
|
||||
|
||||
|
||||
dialog = allPins3_1
|
||||
panel = allPinsSensors
|
||||
|
@ -3414,14 +3407,9 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
panel = fanSetting, Center
|
||||
|
||||
dialog = statusLeds, "Status LEDs"
|
||||
field = "Critical Led", criticalLedPin @@if_ts_show_critical_led
|
||||
field = "Running status LED", runningLedPin
|
||||
field = "TS communication status LED", communicationLedPin
|
||||
field = "Warning LED", warningLedPin
|
||||
field = "Trigger error LED", triggerErrorPin
|
||||
field = "Debug Trigger Sync", debugTriggerSync
|
||||
|
||||
|
||||
dialog = softwareKnockCfg, "Sense"
|
||||
field = "Enable", enableSoftwareKnock
|
||||
field = "Cylinder Bore", cylinderBore
|
||||
|
|
Loading…
Reference in New Issue