datalog new ETB parameters (#864)
This commit is contained in:
parent
452455fc99
commit
ae5da75cd8
|
@ -1069,6 +1069,11 @@ gaugeCategory = Throttle Body (incl. ETB)
|
|||
entry = acSwitchIndicator, "AC switch",int,"%d"
|
||||
entry = ind_fan, "radiator fan",int,"%d"
|
||||
|
||||
; Electronic throttle body
|
||||
entry = etb1Error, "ETB Error", float, "%.3f"
|
||||
entry = etb1DutyCycle, "ETB Duty", float, "%.3f"
|
||||
entry = etbTarget, "ETB Target", float, "%.3f"
|
||||
|
||||
|
||||
; tpsADC = U16, "ADC",
|
||||
; alignmet = U16, "al",
|
||||
|
|
Loading…
Reference in New Issue