logging radiator fan state
This commit is contained in:
parent
66bb7260f6
commit
d690c37079
|
@ -59,7 +59,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jul 23 13:31:49 EDT 2017
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Mon Jul 24 21:12:34 EDT 2017
|
||||
|
||||
pageSize = 16376
|
||||
page = 1
|
||||
|
@ -1493,6 +1493,7 @@ gaugeCategory = Fuel Data
|
|||
entry = clutchUpState, "clutch: up",int,"%d"
|
||||
entry = clutchDownState, "clutch: down",int,"%d"
|
||||
entry = brakePedalIndicator, "brake: down",int,"%d"
|
||||
entry = ind_fan, "radiator fan",int,"%d"
|
||||
|
||||
|
||||
; tpsADC = U16, "ADC",
|
||||
|
|
|
@ -726,6 +726,7 @@ gaugeCategory = Fuel Data
|
|||
entry = clutchUpState, @@INDICATOR_NAME_CLUTCH_UP@@,int,"%d"
|
||||
entry = clutchDownState, @@INDICATOR_NAME_CLUTCH_DOWN@@,int,"%d"
|
||||
entry = brakePedalIndicator, @@INDICATOR_NAME_BRAKE_DOWN@@,int,"%d"
|
||||
entry = ind_fan, "radiator fan",int,"%d"
|
||||
|
||||
|
||||
; tpsADC = U16, "ADC",
|
||||
|
|
Loading…
Reference in New Issue