Commit 30f71811 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Updates ohmpi to handle no mux case

Showing with 5 additions and 2 deletions
+5 -2
...@@ -31,8 +31,11 @@ HARDWARE_CONFIG = { ...@@ -31,8 +31,11 @@ HARDWARE_CONFIG = {
'latency': 0.010, # latency in seconds in continuous mode 'latency': 0.010, # latency in seconds in continuous mode
'sampling_rate': 50, # number of samples per second 'sampling_rate': 50, # number of samples per second
'interface_name': 'i2c' 'interface_name': 'i2c'
} },
} 'mux': {'boards':{},
'defaults':{}
}
}
# SET THE LOGGING LEVELS, MQTT BROKERS AND MQTT OPTIONS ACCORDING TO YOUR NEEDS # SET THE LOGGING LEVELS, MQTT BROKERS AND MQTT OPTIONS ACCORDING TO YOUR NEEDS
# Execution logging configuration # Execution logging configuration
......
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