egzumer / uv-k5-firmware-custom

A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod
Apache License 2.0
1.09k stars 337 forks source link

DTMF partially working #586

Open Alex-A9 opened 5 days ago

Alex-A9 commented 5 days ago

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.