hmatuschek / qdmr

A GUI application for configuring and programming cheap DMR radios under Linux and MacOS X.
https://dm3mat.darc.de/qdmr/
GNU General Public License v3.0
216 stars 45 forks source link

Implement separate AT-D868UV codeplug. #91

Closed hmatuschek closed 3 years ago

hmatuschek commented 3 years ago

The current AT-D878UV codeplug appears to work fairly with the older 868. So to support that radio properly:

ZeroChaos- commented 3 years ago

this could likely be accomplished by simply making the unsupported features of the 878 hidden behind some flag, and when an 868 is read, don't set that flag, and don't show those config options.

hmatuschek commented 3 years ago

In fact I do it with the magic of OOP. I've created a branch called d868uv that contains these changes. Once I know it works and does not break the d878uv anymore (for now it does) I'll merge it into the master branch an release it as 0.7.0.

hmatuschek commented 3 years ago

Could you do me a favor? At the beginning of the d868uv.cc file, there are basic limits of the radio (number of channels, etc). Do they match the limits of your d868uv?

hmatuschek commented 3 years ago

Ok, it should be ready now. Needs some testing though.

hmatuschek commented 3 years ago

Appears to work. Close it for now.