-
Notifications
You must be signed in to change notification settings - Fork 323
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
Add forced circularity option and minor fix to analog.cpp #321
Conversation
Add an analog configuration option to force perfect circularity on analog joystick. This video does a good job of showing why it should be an option - (https://www.youtube.com/watch?v=1P1mItHTKJw) Nest the deadzone if statements inside the statements where their respective axis is validated.
Add webconfig option to adjust deadzone for analog joystick Fix minimum value for adjustable shotcount on webpage to match validated range
Adding a couple more things to this PR Add webconfig option to adjust deadzone for analog joystick |
Forgot to remove print debugs and copy/paste
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.
This is super neat, thank you for adding this in!
Looks like we had one merge conflict @NickGuyver , would you mind resolving and I'll get this merged. Thanks! |
Should be fixed now. |
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.
Looks good, thanks for fixing that!
Add an analog configuration option to force perfect circularity on analog joystick. This video does a good job of showing why it should be an option - (https://www.youtube.com/watch?v=1P1mItHTKJw)
Nest the deadzone if statements inside the statements where their respective axis is validated.