From 30f7181144782afa963478ffff56bf900cb711a1 Mon Sep 17 00:00:00 2001
From: su530201 <olivier.kaufmann@umons.ac.be>
Date: Mon, 9 Oct 2023 11:21:55 +0200
Subject: [PATCH] Updates ohmpi to handle no mux case

---
 configs/config_mb_2024_0_2.py | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/configs/config_mb_2024_0_2.py b/configs/config_mb_2024_0_2.py
index f4122977..add59d37 100644
--- a/configs/config_mb_2024_0_2.py
+++ b/configs/config_mb_2024_0_2.py
@@ -31,8 +31,11 @@ HARDWARE_CONFIG = {
              'latency': 0.010,  # latency in seconds in continuous mode
              'sampling_rate': 50,  # number of samples per second
              'interface_name': 'i2c'
-            }
-}
+            },
+    'mux': {'boards':{},
+            'defaults':{}
+           }
+    }
 
 # SET THE LOGGING LEVELS, MQTT BROKERS AND MQTT OPTIONS ACCORDING TO YOUR NEEDS
 # Execution logging configuration
-- 
GitLab