Replies: 1 comment 3 replies
|
First of all, you can remove all device specific settings from the YAML file and keep a bare one. Writing this bare config file to any device will maintain the present radio-wide settings in the device. qdmr reads the codeplug from the device and updates it with the chosen config. This however does not apply to element you actually write. E.g. channels. For the moment, there is means to conserve these settings across device. Hence device specific settings. I am in the process of unifying some settings across many devices for the upcoming release. So which device specific settings are there, that can be applied to other radios that are of relevance to you? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have some different devices, including handheld and mobile radios. Each of them has a different config file and it is not feasible to use the same config file or codeplug for every device.
However, it would be really useful for me if there was a way to use the GUI to maintain a list of contacts, channels, zones and scan groups and then share those things with all the device-specific YAML files.
As a workaround, it is not hard to cut-and-paste the contacts, channels and other relevant stuff between the YAML files. For those of us who are developers it is very easy to make a script for modifying the YAML files. But it would be nice to have a way to do this in the GUI.
All reactions