mycodeplug / dzcb

DMR Zone Channel Builder. See https://github.com/mycodeplug/example-codeplug to customize.
MIT License
12 stars 11 forks source link

dzcb generates incorrect ColorCode in editcp output #84

Closed jschiefer closed 2 years ago

jschiefer commented 2 years ago

dzcb often creates two conflicting fields for the ColorCode of a channel, in cases where the color code is not 1. You can observe this as follows:

masenf commented 2 years ago

Confirmed issue. Excellent bug report, this has been a day zero bug.

masenf commented 2 years ago

@jschiefer please try again with the new release 0.3.7 and thanks again for reporting this issue

regenerated the example with 0.3.7 here: https://github.com/mycodeplug/example-codeplug/releases/tag/2022-03-26

jschiefer commented 2 years ago

I did verify this with my own codeplug, and did some spot checks - the problem is fixed. Also, editcp no longer complains about invalid records - nice!

Thank you for the super-quick turn-around, and for writing this software to begin with - very useful and well thought out!

masenf commented 2 years ago

Also, editcp no longer complains about invalid records - nice!

Ah yes, that was a partial bonus fix for #75 that I noticed while testing the main fix.

Glad to hear it’s working for you, and thanks for digging in and using the code. Definitely send over any other bugs or general ideas for improvement you might have.