Commit c824e1c0 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Adds test for 2 mux 2024 mb2024

Showing with 1 addition and 1 deletion
+1 -1
......@@ -40,7 +40,7 @@ if stand_alone:
rx = rx_module.Rx(**HARDWARE_CONFIG['rx'])
tx = tx_module.Tx(**HARDWARE_CONFIG['tx'])
pwr = pwr_module.Pwr(**HARDWARE_CONFIG['pwr'])
mux_ids = ['mux_2', 'mux_5']
mux_ids = ['mux_02', 'mux_05']
for m,mux_id in enumerate(mux_ids):
mux_module = importlib.import_module(
f'ohmpi.hardware_components.{HARDWARE_CONFIG["mux"]["boards"][mux_id].pop("model")}')
......
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