diff --git a/clearpath_config/platform/battery.py b/clearpath_config/platform/battery.py index 9f9b120..6c4e25e 100644 --- a/clearpath_config/platform/battery.py +++ b/clearpath_config/platform/battery.py @@ -46,6 +46,8 @@ class BatteryConfig(BaseConfig): ES20_12C = "ES20_12C" # A200/J100 LiION HE2613 = "HE2613" + HE2411 = "HE2411" + HE2410 = "HE2410" # R100 Lead Acid DTM8A31 = "8A31DTM" # W200 Lead Acid @@ -73,6 +75,8 @@ class BatteryConfig(BaseConfig): Platform.A200: { ES20_12C: [S2P1], HE2613: [S1P3, S1P4], + HE2411: [S1P3, S1P4], + HE2410: [S1P3, S1P4], }, Platform.DD100: { TLV1222: [S1P1], @@ -92,6 +96,8 @@ class BatteryConfig(BaseConfig): }, Platform.J100: { HE2613: [S1P1], + HE2411: [S1P1], + HE2410: [S1P1], }, Platform.R100: { DTM8A31: [S1P2],