From 92b5ea3b53f1980e0f25217b25098232b0b6c148 Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Sun, 9 Jul 2023 10:08:47 +0200 Subject: [PATCH] Update WeatherSensor.cpp --- examples/BresserWeatherSensorMQTTCustom/src/WeatherSensor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/BresserWeatherSensorMQTTCustom/src/WeatherSensor.cpp b/examples/BresserWeatherSensorMQTTCustom/src/WeatherSensor.cpp index 0d5c4577..23fea3f9 100644 --- a/examples/BresserWeatherSensorMQTTCustom/src/WeatherSensor.cpp +++ b/examples/BresserWeatherSensorMQTTCustom/src/WeatherSensor.cpp @@ -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