mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 15:27:17 +00:00
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…
x
Reference in New Issue
Block a user