OpenRTX / dmrconfig

Configuration utility for DMR radios
BSD 3-Clause "New" or "Revised" License
233 stars 55 forks source link

A way to delete/erase old entries #47

Closed davebdb closed 4 years ago

davebdb commented 4 years ago

It seems that the commands here just add and update-append the main codeplug. Is there a way to delete entries that are no longer wanted in the memory of the codeplug. I've been testing this with my RD-5R and have entries that I made as test entries and they are still present in the codeplug. Is there a way to delete them and force the memory entries to be whatever is in the codeplug script?

sergev commented 4 years ago

Not exactly, it does not append. When your config script contains any channels defined, the dmrconfig tool completely erases existing channels/zones/scanlists and uses new data from your script.

For example, try to upload an 'empty' configuration, like this: rd5r-empty.conf. It's not empty actually, it has a few pre-defined channels.

davebdb commented 4 years ago

I found my problem was I still had the zones created, even though I renamed the channels. Thanks for the clarification and work on this program. I've tested it on the RD-5R so far, but not my TYT-380 yet. -closing ticket