This commit is contained in:
Max 2021-09-21 12:47:21 +01:00
parent 41e90b0def
commit 577835a8d7

View File

@ -22,7 +22,7 @@ class PalletProximity:
def get_prox_reading(self):
try:
self.ser.flushInput()
time.sleep(0.05)
# time.sleep(0.05)
readings = 0
for _ in range(3):
raw = str(self.ser.readline())