From 5f79b8e3789247b74ce99a1a20c0158d77581688 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 2 Jul 2020 15:19:06 +0200 Subject: docs: Add comments on mpm.conf This adds some more details on mpm.conf, what it does, how it works, and which keys it accepts. --- mpm/python/usrp_mpm/prefs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mpm/python') diff --git a/mpm/python/usrp_mpm/prefs.py b/mpm/python/usrp_mpm/prefs.py index 55b6d803d..eb0cec21b 100644 --- a/mpm/python/usrp_mpm/prefs.py +++ b/mpm/python/usrp_mpm/prefs.py @@ -34,6 +34,7 @@ class _MPMPrefs(configparser.ConfigParser): Said dictionary needs to be compatible with the ConfigParser.read_dict() API call (refer to the Python documentation). """ + # Note: When changing this, you might also want to update host/docs/configfiles.dox default_prefs = { 'mpm': { 'log_level': MPM_DEFAULT_LOG_LEVEL, -- cgit v1.2.3