Skip to content

Commit

Permalink
Merge branch 'typo_fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteSchm committed Apr 9, 2023
2 parents 86ecc62 + 28e204f commit a1252c5
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 @@ -154,7 +154,7 @@ bool PowerLimiterClass::canUseDirectSolarPower()
{
CONFIG_T& config = Configuration.get();

if (!config.PowerLimiter_SolarPassTroughEnabled
if (!config.PowerLimiter_SolarPassThroughEnabled
|| !config.Vedirect_Enabled) {
return false;
}
Expand Down

0 comments on commit a1252c5

Please sign in to comment.