Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBoehm committed Jun 3, 2024
1 parent fc2a61f commit daf085d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PowerLimiter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ static int32_t scalePowerLimit(std::shared_ptr<InverterAbstract> inverter, int32
// expected AC power or less.
if (dcShadedChnls == dcTotalChnls && inverterOutputAC <= newLimit) {
MessageOutput.printf("[DPL::scalePowerLimit] all channels are producing less than expected, "
"keeping the current limit of %d W instead of %d W by \r\n", currentLimitWatts, newLimit);
"keeping the current limit of %d W instead of %d W\r\n", currentLimitWatts, newLimit);

return currentLimitWatts;
}
Expand Down

0 comments on commit daf085d

Please sign in to comment.