Skip to content

Commit

Permalink
Change rollover temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
pilino1234 committed Dec 2, 2016
1 parent 0d25651 commit d0f8480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/pilight/protocols/433.92/teknihall.c
Expand Up @@ -80,7 +80,7 @@ static void parseCode(void) {
temperature = binToDecRev(binary, 14, 23);
humidity = binToDecRev(binary, 24, 30);

if(temperature>800) {
if(temperature>768) {
temperature -= 1024;
}

Expand Down

0 comments on commit d0f8480

Please sign in to comment.