Commit e7c889ed authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Tests using 2 muxes

Showing with 1 addition and 0 deletions
+1 -0
......@@ -93,6 +93,7 @@ class OhmPiHardware:
self._cabling = kwargs.pop('cabling', {})
self.mux_boards = {}
for mux_id, mux_config in HARDWARE_CONFIG['mux'].items():
print(f'mux_id: {mux_id}, mux_config: {mux_config}') # TODO: Delete me!
mux_config.pop('model', '')
constructor = mux_config.pop('constructor')
ctl = mux_config.pop('ctl', self.ctl)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment