Removed not working extra check

Sat, 27 Apr 2019 20:54:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 27 Apr 2019 20:54:20 +0200
changeset 584
ff7f038fae2f
parent 583
9795a16de807
child 585
326cf2982eee

Removed not working extra check

thermferm/devices.c file | annotate | diff | comparison | revisions
--- a/thermferm/devices.c	Sat Apr 27 20:47:26 2019 +0200
+++ b/thermferm/devices.c	Sat Apr 27 20:54:20 2019 +0200
@@ -801,9 +801,6 @@
 				    if ((temp == 85000) || (temp < -125000)) {
 					syslog(LOG_NOTICE, "sensor %s value error '%d`", device->address, temp);
 				    }
-				    if (temp & 0xf800) {
-					syslog(LOG_NOTICE, "sensor %s sign bits error", device->address);
-				    }
 				} else {
 				    syslog(LOG_NOTICE, "sensor %s CRC error '%s`", device->address, line1);
 #ifdef HAVE_WIRINGPI_H

mercurial