totalFuel and totalIgnition correction gauges in Tunerstudio #4955
This commit is contained in:
parent
9119a4878f
commit
c68beda49f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue