From c824e1c049c78d21d95ad26fa8f445999da537e4 Mon Sep 17 00:00:00 2001
From: awatlet <arnaud.watlet@umons.ac.be>
Date: Thu, 12 Oct 2023 17:59:52 +0200
Subject: [PATCH] Adds test for 2 mux 2024 mb2024

---
 dev/test_mb_2024_2_mux_2024.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/test_mb_2024_2_mux_2024.py b/dev/test_mb_2024_2_mux_2024.py
index 9b296a8d..645f0a93 100644
--- a/dev/test_mb_2024_2_mux_2024.py
+++ b/dev/test_mb_2024_2_mux_2024.py
@@ -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")}')
-- 
GitLab