diff --git a/P1AM/P1AM.py b/P1AM/P1AM.py index 15d3df5..1fdf909 100644 --- a/P1AM/P1AM.py +++ b/P1AM/P1AM.py @@ -1030,9 +1030,6 @@ def init(self): # pylint: disable=too-many-locals, too-many-statements if retry == 5: raise RuntimeError("Zero Modules in base") - if slots > 8: - raise RuntimeError("Base only supports 8 modules") - self.module_ids = [] with self.spi_device as _p1: id_bytes_len = slots * 4