-
-
Notifications
You must be signed in to change notification settings - Fork 938
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 EZLANDING debug field #3826
Conversation
This comment has been minimized.
This comment has been minimized.
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.
no fuzz here
src/js/debug.js
Outdated
@@ -754,6 +754,7 @@ const DEBUG = { | |||
'debug[1]': 'Adjusted Throttle', | |||
'debug[2]': 'Upper Limit', | |||
'debug[3]': 'EZ Land Limit', | |||
'debug[4]': 'Speed Limit', |
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.
Due to reasons (I was tired), I think the speed ended up at debug[5], and I think it might stay there, the stick deflection limit should probably have its own field too at some point in time.
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.
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.
debug[4] is now Stick limit, debug[5] is still Speed limit
c081198
to
05faf19
Compare
|
Do you want to test this code? Here you have an automated build: |
Add debug field
Keep in sync with betaflight/betaflight#13411