totalFuel and totalIgnition correction gauges in Tunerstudio #4955

This commit is contained in:
Andrey 2023-01-15 08:31:50 -05:00
parent 3d096b2ac1
commit c29c8c1459
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ public enum StateDictionary {
register(live_data_e.LDS_boost_control, BoostControl.VALUES, "boost_control"); register(live_data_e.LDS_boost_control, BoostControl.VALUES, "boost_control");
register(live_data_e.LDS_launch_control_state, LaunchControl.VALUES, "launch_control"); register(live_data_e.LDS_launch_control_state, LaunchControl.VALUES, "launch_control");
register(live_data_e.LDS_high_pressure_fuel_pump, HighPressureFuelPump.VALUES, "high_pressure_fuel_pump"); register(live_data_e.LDS_high_pressure_fuel_pump, HighPressureFuelPump.VALUES, "high_pressure_fuel_pump");
register(live_data_e.LDS_timing_state, TimingState.VALUES, "advance_map");
register(live_data_e.LDS_ignition_state, IgnitionState.VALUES, "advance_map"); register(live_data_e.LDS_ignition_state, IgnitionState.VALUES, "advance_map");
register(live_data_e.LDS_electronic_throttle, ElectronicThrottle.VALUES, "electronic_throttle"); register(live_data_e.LDS_electronic_throttle, ElectronicThrottle.VALUES, "electronic_throttle");
register(live_data_e.LDS_knock_controller, KnockController.VALUES, "knock_controller"); register(live_data_e.LDS_knock_controller, KnockController.VALUES, "knock_controller");