egzumer/uv-k5-firmware-custom

DTMF partially working

Alex-A9 opened this issue · 0 comments

Something I've been using recently, before installing egzumer, is the DTMF kill code on my Quansheng radios. But with the egzumer firmware it doesn't work how it should.

What I used to do was call the radio sending the DTMF code.

Example: 102*77777

This code blocked the radio upon receiving it, now with the egzumer firmware it receives it as a call from 777 instead of the kill code.

Now I need to call the radio first and then call with the kill code, which isn't practical in a scenario when you need to block the radio immediately.

Example: 102*103 - 102*77777

This makes it harder for me, since I need to send both codes separately and hope that the radio wasn't turned off while I was sending the second message.