-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Remove Dynamic Notch from "Features" #2653
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
Conversation
90a0a94 to
fe03959
Compare
|
@KarateBrot this needs a rebase now 😃 |
|
One small comment about the Dynamic Notch switch behaviour. If Dynamic Notch count is > 0, say '3', and I turn the switch to 'off' (left position), the switch changes colour to grey, but the value for notch count remains unchanged. Usually 'zero' count = 'off', so I would expect the notch count value to go to '0' the moment I move the slider to the left. It might be more intuitive to do it like that. If the user decides against turning it off, it would be nice to restore their previous value (unless they saved it at zero). The value does go to zero after save, but I guess I am suggesting that it should go to zero before the save. Otherwise it does what it says :-) |
|
Also, it's a small point, but in other elements, the values are with their labels in the right column, but here the numbers are on the left, squashed in with the switch. We should be consistent = numbers AND labels to the right (like the rpm filters, immediately above). This image is with this PR applied over current master. |
|
@ctzsnooze Hold onto your horse, lol. But thanks for the feedback anyways. I need to completely rework this now that #2638 is merged (actually haslinghuis has already worked something out for me). I'll have it ready tonight, I think. |
b83a65a to
d93b6bf
Compare
126ff14 to
474ff80
Compare
716f430 to
d936160
Compare
25e89cb to
b969d36
Compare
haslinghuis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just tested on 4.2.9 and 4.3
|
AUTOMERGE: (FAIL)
|
b969d36 to
5c0ea98
Compare
klutvott123
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested. Works 👍
|
I tested it on 4.1, 4.2 and 4.3. Edit: |
5c0ea98 to
11e2ec6
Compare
595e3b3
595e3b3 to
57bab41
Compare
57bab41 to
cab3e3b
Compare
|
Kudos, SonarCloud Quality Gate passed!
|









General
This is the counterpart to PR betaflight/betaflight#10673
For BF 4.3 / API 1.44 onwards I got rid of the "DYNAMIC_FILTER" switch in the configuration tab. Instead I introduced an on/off switch in the filters tab, so finally all filters can be enabled and disabled from inside the filters tab.
Thanks to @haslinghuis for giving me code that was nearly ready to use. He basically made half of this PR.
Todo
Preview