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:
parent
89a52d6f1e
commit
153ced0878
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue