-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
Seconds count down for timer show elapsed option and Voice/Haptic support #2711
Conversation
Great. Timers need some love. Especially I do not understand why we cannot set haptic+voice together like we can on other radio manufactures... And even more |
Probably because people have not wanted that before, or no-one has gone and writeen the code to do it ;)
I'm also unsure about that second commit conceptually - perhaps we should be thinking about an option to control announcement of seconds, and as of when. See what happens when I actually use it ;) |
@eshifri - please check the video in this ticket: video link: This is really missing, but thank you for your last commit! |
@Eldenroot Thank you for the video! |
I used this a lot when I had Spektrum. Especially:
I understand that this is not simple to add and everybody prefers something different, but I find these really useful. I can collaborate, free to discuss - discord. |
Hi, any progress with this one? Thx |
I think it is implemented here. Almost completely. It does not have flexibility to enable 30 and 20 s beeps independently, but the rest is here. |
OK, do you have any plans on these mentioned above? Maybe to extend in another PR? Or anyway how to set it easily? :) thx! |
Personally, I do not have plans for that. :-) |
OK, I understand :) So I hope this will get soon to nightly .) thx! |
2454bdb
to
925f1a7
Compare
Ok, I've finally played with this on the radio now (TX16S and TX12MKII), and I see what you mean by the changes to voice dependent on whether show remain or show elapsed is configured. Let's leave this as it is, and see what feedback we get from nightly users... in one respect it makes sense, as it makes it so the timer value is being verbalised rather than counting down even though you have the timer configured as an elapsed timer. |
Ok, great. Maybe create a ticket with these for discussion? I believe it should be implemented someday ;) |
Of course, you're free to do so if you wish. :) Then we can see how much interest there is for those features, and what is the best way to go about incorporating them if there is enough interest / someone wanting to work on it. |
nice. also tested with lua model.setTimer .... extraHaptic=1. works fine |
… countdown (EdgeTX#2711) * fix "odd" elapsed time announcement * announce elapsed seconds * Add support for "Beeps and Haptic" and "Voice and Haptic" for timer countdown.
Summary of changes:
first commit fixes audio time announcements for "odd" timer values.
E.g. current code when the timer is set to 1:32 will announce 1 minute 2 seconds (for elapsed option). After the fix it will be 1 minute as expected.
Second commit adds support for seconds announcement for elapsed time.
Current code will announce remaining seconds independently of the option selected.
New code will announce elapsed seconds.
I'm not convinced this is useful/good idea - hence two commits to allow selective pull in.
Resolves #2677