making matters green?

This commit is contained in:
Andrey 2023-04-29 22:32:29 -04:00
parent 91acff8ff8
commit 3c08f3842a
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ public enum StateDictionary {
register(live_data_e.LDS_antilag_system_state, AntilagSystem.VALUES, "antilag_system");
register(live_data_e.LDS_dc_motors, DcMotors.VALUES, "dc_motors");
register(live_data_e.LDS_sent_state, SentState.VALUES, "sent");
register(live_data_e.LDS_throttle_model, ThrottleModel.VALUES, "throttle");
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());