Commit 409b67c8 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Fixes auto-generated configs

Showing with 3 additions and 3 deletions
+3 -3
......@@ -264,7 +264,7 @@ HARDWARE_CONFIG = {
{'model': 'mux_2024_0_X',
'roles': ['A', 'B'],
'electrodes': range(1, 17),
'addr1': 'down',
'addr1': 'up',
'addr2': 'up',
'tca_address': None,
'tca_channel': 0,
......@@ -273,8 +273,8 @@ HARDWARE_CONFIG = {
{'model': 'mux_2024_0_X',
'roles': ['M', 'N'],
'electrodes': range(1, 17),
'addr1': 'up',
'addr2': 'down',
'addr1': 'down',
'addr2': 'up',
'tca_address': None,
'tca_channel': 0,
},""",
......
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