From 6876c1657a606bad2a1aaad3f8091dda81287d26 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sun, 29 Nov 2020 18:12:16 -0500 Subject: [PATCH] docs --- firmware/tunerstudio/rusefi.input | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 6b521f18a4..88c0023bcc 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -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"