Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Fixing config file path for some Windows builds | Andrew Lynch | 2018-03-28 | 1 | -0/+1 |
| | |||||
* | lib: Add 'prefs' API | Martin Braun | 2018-02-20 | 1 | -0/+101 |
This defines and reads configuration files that can be used to customize UHD's behaviour. On Unix systems, they default to: /etc/uhd/uhd.conf $APPDATA/.uhd/uhd.conf On Windows systems, it will look in: %ProgramData%/uhd/uhd.conf %AppData%/.uhd/uhd.conf |