Nick wonders if DC wastegate is still FUBAR #5075

This commit is contained in:
rusefillc 2023-02-13 18:39:57 -05:00
parent 250d67c287
commit e776a39ecc
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ public enum StateDictionary {
register(live_data_e.LDS_trigger_state_primary, TriggerStatePrimary.VALUES, "trigger_decoder");
register(live_data_e.LDS_fuel_computer, FuelComputer.VALUES, "fuel_computer");
register(live_data_e.LDS_antilag_system_state, AntilagSystem.VALUES, "antilag_system");
register(live_data_e.LDS_dc_motors, DcMotors.VALUES, "dc_motors");
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());