Remove debug printout that was left in Hue code
This commit is contained in:
parent
bcc95abe53
commit
0716f55880
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ unsigned int HuePlusController::GetLEDsOnChannel(unsigned int channel)
|
|||
|
||||
int bytes_read = serialport->serial_read((char *)serial_buf, 5);
|
||||
|
||||
printf("%x %x %x %x %x \r\n", serial_buf[0], serial_buf[1], serial_buf[2], serial_buf[3], serial_buf[4]);
|
||||
if(bytes_read == 5)
|
||||
{
|
||||
if(serial_buf[3] == 0x01)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue