From c68beda49f9d754f60bca05deab897a2cef21768 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sun, 15 Jan 2023 06:26:22 -0500 Subject: [PATCH] totalFuel and totalIgnition correction gauges in Tunerstudio #4955 --- firmware/integration/LiveData.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/firmware/integration/LiveData.yaml b/firmware/integration/LiveData.yaml index 1758c7a7a2..2948f973b2 100644 --- a/firmware/integration/LiveData.yaml +++ b/firmware/integration/LiveData.yaml @@ -13,6 +13,13 @@ # todo: what is sequence of events in terms of 'live_data_e' code generation? # Usages: +# output_channels always goes first at least because it has protocol version at well-known offset + - name: output_channels + java: TsOutputs.java + folder: console/binary + prepend: integration/rusefi_config.txt + constexpr: "engine->outputChannels" + - name: fuel_computer java: FuelComputer.java folder: controllers/algo/fuel @@ -25,12 +32,6 @@ Usages: prepend: integration/rusefi_config.txt constexpr: "engine->timingState" - - name: output_channels - java: TsOutputs.java - folder: console/binary - prepend: integration/rusefi_config.txt - constexpr: "engine->outputChannels" - - name: knock_controller java: KnockController.java folder: controllers/engine_cycle