diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-07-02 15:19:06 +0200 |
---|---|---|
committer | michael-west <michael.west@ettus.com> | 2020-07-09 00:39:11 -0700 |
commit | 5f79b8e3789247b74ce99a1a20c0158d77581688 (patch) | |
tree | 0dbc81558d1f8251fa56bb3ae2412572c9e97b06 /mpm | |
parent | a252a2f3d8ff70b9628d097dfcd99ac9935dbe33 (diff) | |
download | uhd-5f79b8e3789247b74ce99a1a20c0158d77581688.tar.gz uhd-5f79b8e3789247b74ce99a1a20c0158d77581688.tar.bz2 uhd-5f79b8e3789247b74ce99a1a20c0158d77581688.zip |
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.
Diffstat (limited to 'mpm')
-rw-r--r-- | mpm/python/usrp_mpm/prefs.py | 1 |
1 files changed, 1 insertions, 0 deletions
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, |