Hannes Matuschek

Results 205 comments of Hannes Matuschek

The current master should fix that issue. I am in a hotel at the Baltic sea right now, so I cannot test it.

Actually, this should also fix #235. It appears to be the underlying same issue.

Could you check if the issue persists with the current version on the master branch? If not, the issue can be closed. I'll then update the codeplug for the anytone...

There is a group list with an non-private-call contact in it. Sure, the error message is not that helpful. This was introduced by fixing #238.

Oh boy, my brain must have glitched when I've wrote that stuff. Should be fixed now in master.

This was a bug when the frequency ranges of the device cannot be determined. The MD390 does not tell me which frequency ranges the device supports. To this end, I...

However, this should be fixed in 0.10.2. Let me know if this is not the case.

Yes, `d878uv2` is AT-D878UVII, while `d878uv` is just the old AT-D878UV. ``` dmrconf --list-radios ``` Prints a detailed list of all supported radios.

To test self-consistency you may try to encode the read codeplug and decode it again: ``` dmrconf encode --radio=d878uv2 mycodeplug.yaml mycodeplug.dfu dmrconf deocde --radio=d878uv2 mycodeplug.dfu mycodeplug_test.yaml diff mycodeplug.yaml mycodeplug_test.yaml ```...