Skip to content

Commit

Permalink
knockCount into logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefi committed May 31, 2018
1 parent b5edcfc commit 8881bef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firmware/tunerstudio/rusefi.ini
Expand Up @@ -63,7 +63,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 May 27 11:20:08 EDT 2018
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu May 31 00:49:09 EDT 2018

pageSize = 20000
page = 1
Expand Down Expand Up @@ -1658,6 +1658,7 @@ gaugeCategory = Fuel Data
entry = engineLoad, "Engine Load", float, "%.1f"
entry = ignitionAdvance, "timing", float, "%.2f"
entry = knockLevel, "knock: current level", float, "%.2f"
entry = knockCount, "knock: counter", int, "%d"
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.2f"
entry = speedToRpmRatio, "s2rpm", float, "%.3f"
entry = rpmAcceleration, "dRPM", float, "%.3f"
Expand Down
1 change: 1 addition & 0 deletions firmware/tunerstudio/rusefi.input
Expand Up @@ -820,6 +820,7 @@ gaugeCategory = Fuel Data
entry = engineLoad, @@GAUGE_NAME_ENGINE_LOAD@@, float, "%.1f"
entry = ignitionAdvance, @@GAUGE_NAME_TIMING_ADVANCE@@, float, "%.2f"
entry = knockLevel, @@GAUGE_NAME_KNOCK_LEVEL@@, float, "%.2f"
entry = knockCount, @@GAUGE_NAME_KNOCK_COUNTER@@, int, "%d"
entry = vehicleSpeedKph, @@GAUGE_NAME_VVS@@, float, "%.2f"
entry = speedToRpmRatio, "s2rpm", float, "%.3f"
entry = rpmAcceleration, "dRPM", float, "%.3f"
Expand Down

0 comments on commit 8881bef

Please sign in to comment.