Merge branch 'typo_fix'

This commit is contained in:
MalteSchm 2023-04-09 22:10:05 +02:00
commit a1252c5701

View File

@ -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;
}