fix code for current framwork version

- remove _iodev, use HasIo instead of HasIodev
- add earlyInit super call
This commit is contained in:
2022-09-08 14:57:06 +02:00
parent 8bfe969a95
commit 3597adf869
3 changed files with 9 additions and 8 deletions

View File

@ -71,6 +71,7 @@ class Uniax(PersistentMixin, Drivable):
_find_target = 0
def earlyInit(self):
super().earlyInit()
self._zero_pos_tol = {}
self._action = self.idle