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 df6bf79 commit f4d761d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WeatherSensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,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 f4d761d

Please sign in to comment.