docs
This commit is contained in:
parent
c5718c555e
commit
6876c1657a
|
@ -158,6 +158,11 @@ enable2ndByteCanID = false
|
||||||
filter = minTps, "Minimum TPS", TPSValue, < , 1, , true
|
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]
|
[OutputChannels]
|
||||||
|
|
||||||
ochGetCommand = "O%2o%2c"
|
ochGetCommand = "O%2o%2c"
|
||||||
|
@ -1148,6 +1153,10 @@ gaugeCategory = Knock
|
||||||
showPanel = spi, spiFunction
|
showPanel = spi, spiFunction
|
||||||
showPanel = con, connection
|
showPanel = con, connection
|
||||||
|
|
||||||
|
;
|
||||||
|
; this section defines how we log output channels
|
||||||
|
; see [OutputChannels]
|
||||||
|
;
|
||||||
[Datalog]
|
[Datalog]
|
||||||
; Channel Label Type Format
|
; Channel Label Type Format
|
||||||
entry = time, @@GAUGE_NAME_TIME@@, float, "%.3f"
|
entry = time, @@GAUGE_NAME_TIME@@, float, "%.3f"
|
||||||
|
|
Loading…
Reference in New Issue