-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: after sending a string of DTMF using the * key, next keypress is eaten. #138
Comments
Sorry, I don't understand where is the problem. |
Ah, while trying to make a video, I discovered the problem is a little more complex...
It doesn't ignore the subsequent keypress the first time after boot, but will do so every time after. |
demo.mp4 |
Ok. Armel F4HWN. |
demo2.mp4getting closer to figuring it out... maybe |
Hello if (!bKeyPressed) { bFlag = true; gPttWasReleased = false; } change to if (!bKeyPressed) { //bFlag = true; gPttWasReleased = false; } I make small test and it sames to work but but but as usual, fixes
Forget idea. Thank's 73's |
@f1ixx getting very close! That does indeed fix the problem, but it is probably the wrong place to change code as it introduces a new bug:
|
I tried to have a go at it... uv-k5-firmware-custom/app/main.c Line 681 in 15ff3d1
It seems to work fine so far. Hmm. |
I've been testing this for the past few days, still no bugs! 🎉 |
Ok thank you 👍🏼 This issue will be fiexed in the next version. |
Affects all keys except for PTT and channel buttons, both short press and long press.
The text was updated successfully, but these errors were encountered: