logging radiator fan state

This commit is contained in:
rusefi 2017-07-24 21:26:35 -04:00
parent 66bb7260f6
commit d690c37079
2 changed files with 3 additions and 1 deletions

View File

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

View File

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