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