Merge pull request #139 from matthias882/patch-1

Hardcoded Temperature-Range ist too small
This commit is contained in:
Toni 2022-11-23 20:16:23 +02:00 committed by GitHub
commit ed71d9c83d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ void SamsungFJMHeatpumpIR::send(IRSender& IR, uint8_t powerModeCmd, uint8_t oper
break;
}
if ( temperatureCmd > 15 && temperatureCmd < 28)
if ( temperatureCmd > 15 && temperatureCmd < 31)
{
temperature = temperatureCmd;
}