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

Tests using 2 muxes

Showing with 1 addition and 1 deletion
+1 -1
......@@ -92,7 +92,7 @@ class OhmPiHardware:
self.tx.pwr = self.pwr
self._cabling = kwargs.pop('cabling', {})
self.mux_boards = {}
for mux_id, mux_config in HARDWARE_CONFIG['mux'].items():
for mux_id, mux_config in HARDWARE_CONFIG['mux']['boards'].items():
print(f'mux_id: {mux_id}, mux_config: {mux_config}') # TODO: Delete me!
mux_config.pop('model', '')
constructor = mux_config.pop('constructor')
......
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