diff --git a/src/schrittmotor.py b/src/schrittmotor.py index 4efcdf5..b7c0357 100644 --- a/src/schrittmotor.py +++ b/src/schrittmotor.py @@ -135,7 +135,7 @@ class motor(): def eichen(self): if self.aktiv == 0: if pi.read(self.endschalter) == 0: - self.__vorwaerts(10, 1) + self.__vorwaerts(8, 1) self.__rueckwaerts(self.schritte_max, 1) self.pos = 0 diff --git a/templates/main.html b/templates/main.html index 5bc4758..caea11f 100644 --- a/templates/main.html +++ b/templates/main.html @@ -12,7 +12,7 @@