totalFuel and totalIgnition correction gauges in Tunerstudio #4955

This commit is contained in:
rusefillc 2023-01-15 06:26:22 -05:00
parent 9119a4878f
commit c68beda49f
1 changed files with 7 additions and 6 deletions

View File

@ -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