steps towards ignition live data

This commit is contained in:
rusefillc 2022-04-13 17:01:22 -04:00
parent 3c7eb93fe1
commit dd699ab389
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ public enum StateDictionary {
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_high_pressure_fuel_pump, HighPressureFuelPump.VALUES, "high_pressure_fuel_pump");
register(live_data_e.LDS_ignition_state, IgnitionState.VALUES, "advance_map");
if (map.size() != live_data_e.values().length) {
Set<live_data_e> missing = new HashSet<>(Arrays.asList(live_data_e.values()));
missing.removeAll(map.keySet());