Skip to content
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

outputs.js: Update from sliders 10X per second, not 100X #2296

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

sensei-hacker
Copy link
Collaborator

After this commit:
6b5440f remove msp_balanced_interval

the Outputs tab was trying to update the motors every 10ms as the slider is moved.
It can't do 100 MSP round-trips per second, so fell apart as shown in this video.

inav-motor-slider.mp4

PR sets it to max 10 updates per second as the slider is moved, which MSP can handle.

@sensei-hacker sensei-hacker added this to the 8.0 milestone Jan 4, 2025
@mmosca mmosca merged commit 487d57d into iNavFlight:master Jan 17, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants