From f4d761dbd1ecdd4e5e14c2d841a4606215461384 Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Sun, 9 Jul 2023 10:07:31 +0200 Subject: [PATCH] Update WeatherSensor.cpp --- src/WeatherSensor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WeatherSensor.cpp b/src/WeatherSensor.cpp index b753df0a..38f4f8d1 100644 --- a/src/WeatherSensor.cpp +++ b/src/WeatherSensor.cpp @@ -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