@ -80,7 +80,7 @@ class Marshaller(Server):
def get_buffered_distance_in_inches(self):
distance = self.get_distance_in_inches()
if abs(distance - self.last_value) > 0.25:
if abs(distance - self.last_value) > 0.5:
self.last_value = distance
return self.last_value