-
I'm looking to implement a feature to send a 5-tone ZVEI2 sequence as it is used by REGA (Swiss Helicopter Rescue). In the process I came across a feature which is configurable in the radio settings, but not implemented in the code. It looks to me like we should remove the items from the menu as they are not implemented in the code. It seems nobody is using that anyway. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
In the broadcast version of 3.9 the function in menu item 49 for UP+DOWN CODE works for me. |
Beta Was this translation helpful? Give feedback.
-
Look in menu items 47 and 48 to see if there is a code there. If there is nothing there (e.g. 123 456), you can enter it there with Chirp! Remember, if the device is in a deep sleep it takes too long until it is awake to read the code. |
Beta Was this translation helpful? Give feedback.
Hi,
Take a look here:
https://github.com/armel/uv-k5-firmware-custom/blob/main/app/dtmf.c#L450-L466