mirror of https://github.com/arendst/Tasmota.git
Remove new line only
This commit is contained in:
parent
d0474b5690
commit
3b2d4a7871
|
@ -76,7 +76,6 @@ void DYPEverySecond(void)
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
// trash old data (only 7 last bytes are needed for calculate distance)
|
||||
while (DYPSerial->available() > 7)
|
||||
DYPSerial->read();
|
||||
|
|
Loading…
Reference in New Issue