This commit is contained in:
rusefillc 2022-06-23 22:47:06 -04:00
parent 8038bbcd28
commit 4cc285e8da
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ public enum StateDictionary {
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_knock_controller, KnockController.VALUES, "knock_controller");
register(live_data_e.LDS_wideband_state, WidebandController.VALUES, "AemXSeriesLambda");
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());