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