-
Notifications
You must be signed in to change notification settings - Fork 167
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
Output max resets center #2253
Comments
I've noticed this too, my fix is to either use cut/paste or arrow keys. |
This is when you're typing in max, because while you are typing the value is smaller... we should connect the slot responsible for limiting the neutral to the editingFinished signal, whereas currently I suspect it's connected to textChanged.
The update rate is not servo specific because that would limit the types of vehicles we can support. The only time you don't need it is with Oneshot or DShot ESCs, a lot of other ESCs need it. Remember, this is not just a mini quadcopter firmware. In terms of presets... yep, did that a couple of years back but after some yak shaving the branch rotted. It would be nice to overhaul the UI a bit. |
yes of course, I appreciate that completely - what I meant was making it more user-friendly like how the DSHOT options are in there, adding 125,42,MS too and relegating the more custom refresh rates to only show on an output channel assigned to a servo. Standard and fast PWM would surely cover 99.9% of dinosaur ESCs people are likely to be using?
Doesn't this method stop the arrow buttons & keyboard from effecting immediately? |
Issue details:
I noticed that when changing the min and max values on the output tab, changing the max settings resets the center position to the min number. However, changing the min does not affect the center value.
It would be great to have the center number stay for a few seconds or so when changing the max value. If the center is out of the range after the max is set and the time elapses, it could be reduced to the average of the min/max or something. Thanks
The text was updated successfully, but these errors were encountered: