Skip to content

Commit

Permalink
Added S1P2 battery configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
roni-kreinin committed Dec 5, 2023
1 parent 4939213 commit 0e14a04
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ class BaseBattery:
"""Battery configuration. Represents number of battery cells in series and parallel."""
CONFIGURATIONS = {
BatteryConfig.S1P1: (1, 1),
BatteryConfig.S2P1: (2, 1),
BatteryConfig.S1P2: (1, 2),
BatteryConfig.S1P3: (1, 3),
BatteryConfig.S1P4: (1, 4),
BatteryConfig.S2P1: (2, 1),
BatteryConfig.S4P1: (4, 1),
BatteryConfig.S4P3: (4, 3),
}
Expand Down

0 comments on commit 0e14a04

Please sign in to comment.