Skip to content

Commit

Permalink
Update WeatherSensor.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Jul 9, 2023
1 parent f4d761d commit 92b5ea3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ First two bytes are an LFSR-16 digest, generator 0x8810 key 0xba95 with a final
DecodeStatus WeatherSensor::decodeBresser7In1Payload(uint8_t *msg, uint8_t msgSize) {

if (msg[21] == 0x00) {
log_e("DECODE_FAIL_SANITY !!!");
log_d("Data sanity check failed");
}

// data whitening
Expand Down

0 comments on commit 92b5ea3

Please sign in to comment.