This commit is contained in:
rusefillc 2020-11-29 18:12:16 -05:00
parent c5718c555e
commit 6876c1657a
1 changed files with 9 additions and 0 deletions

View File

@ -158,6 +158,11 @@ enable2ndByteCanID = false
filter = minTps, "Minimum TPS", TPSValue, < , 1, , true
;
; in order to add new TunerStudio gauge you need to chagne two places
; 1) add a line here in '[OutputChannels]'
; 2) in rusEFI firmware make a change to tunerstudio_outputs.h
;
[OutputChannels]
ochGetCommand = "O%2o%2c"
@ -1148,6 +1153,10 @@ gaugeCategory = Knock
showPanel = spi, spiFunction
showPanel = con, connection
;
; this section defines how we log output channels
; see [OutputChannels]
;
[Datalog]
; Channel Label Type Format
entry = time, @@GAUGE_NAME_TIME@@, float, "%.3f"