Remove some noise from LaCrosse sensor in debug mode

This is very noisy when testing other sensor data than LaCrosse.
This commit is contained in:
Tommy Vestermark 2015-07-15 22:13:36 +02:00
parent 89a52d6f1e
commit 153ced0878

View file

@ -119,8 +119,9 @@ static int lacrossetx_detect(uint8_t *pRow, uint8_t *msg_nybbles, int16_t rowlen
}
} else {
if (debug_output) {
fprintf(stderr,"LaCrosse TX Invalid packet: Start %02x, bit count %d\n",
pRow[0], rowlen);
// Debug: This is very noisy
//fprintf(stderr,"LaCrosse TX Invalid packet: Start %02x, bit count %d\n",
// pRow[0], rowlen);
}
}