mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
add DYP ME007 ultrasonic distance sensor
This commit is contained in:
parent
5536e03423
commit
d0474b5690
@ -77,7 +77,7 @@ void DYPEverySecond(void)
|
||||
}
|
||||
|
||||
|
||||
// trash old data (only 7 last bytes are nedded for calculate DYPDistance)
|
||||
// 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