Commit 1dcfe8f2 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Updates a test in dev for 4 muxes 2024

Showing with 2 additions and 2 deletions
+2 -2
...@@ -14,8 +14,8 @@ within_ohmpi = False ...@@ -14,8 +14,8 @@ within_ohmpi = False
# Stand alone mux # Stand alone mux
if stand_alone_mux: if stand_alone_mux:
mux_id = 'mux_04' mux_id = 'mux_05'
first = 16 first = 8
print(MUX_CONFIG) print(MUX_CONFIG)
MUX_CONFIG.update(HARDWARE_CONFIG['mux']['boards'][mux_id]) MUX_CONFIG.update(HARDWARE_CONFIG['mux']['boards'][mux_id])
MUX_CONFIG.update({'id': mux_id}) MUX_CONFIG.update({'id': mux_id})
......
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