From 3b2d4a7871cef309ae8be58b25b5fe86b3d50fca Mon Sep 17 00:00:00 2001 From: Janusz Kostorz <48957313+jkostorz@users.noreply.github.com> Date: Mon, 17 Aug 2020 13:46:08 +0200 Subject: [PATCH] Remove new line only --- tasmota/xsns_76_dyp.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/tasmota/xsns_76_dyp.ino b/tasmota/xsns_76_dyp.ino index 173698848..e068b67e8 100644 --- a/tasmota/xsns_76_dyp.ino +++ b/tasmota/xsns_76_dyp.ino @@ -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();