From 76f17f4687b97e679736d8a72f141211223cfd2d Mon Sep 17 00:00:00 2001 From: Arnaud Watlet <arnaud.watlet@umons.ac.be> Date: Wed, 17 Jan 2024 15:33:40 +0100 Subject: [PATCH] updates doc software --- doc/source/source_rst/software/operations/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/source_rst/software/operations/config.rst b/doc/source/source_rst/software/operations/config.rst index 98e73953..b2d36620 100644 --- a/doc/source/source_rst/software/operations/config.rst +++ b/doc/source/source_rst/software/operations/config.rst @@ -28,7 +28,7 @@ Configuration file structure The configuration is written in a python file structured in a series of dictionnaries related to: -#. OHMPI_CONFIG: the OhmPi instrument information (id of the instrument and default settings) +#. OHMPI_CONFIG: the OhmPi instrument information (id of the instrument and default settings). #. HARDWARE_CONFIG: the hardware system in which the five different modules 'ctl' (controller), 'tx' (transmitter), 'rx' (receiver), 'mux' (multiplexers), 'pwr' (power). @@ -38,7 +38,7 @@ The configuration is written in a python file structured in a series of dictionn * DATA_LOGGING_CONFIG - *SOH_LOGGING_CONFIG + * SOH_LOGGING_CONFIG #. the MQTT dictionnaries divided in: -- GitLab