Skip to content

Commit

Permalink
Fix LCE/ECE from parallelizing too much (#2426)
Browse files Browse the repository at this point in the history
(cherry picked from commit aff043c)
  • Loading branch information
ghzdude authored and ALongStringOfNumbers committed May 7, 2024
1 parent 68ff661 commit 132fc12
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ public int getParallelLimit() {
return Integer.MAX_VALUE;
}

@Override
protected long getMaxParallelVoltage() {
return getMaxVoltage();
}

/**
* Boost the energy production.
* Should not change the state of the workable logic. Only read current values.
Expand Down

0 comments on commit 132fc12

Please sign in to comment.