-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 CLRACINGF4AIRV3 to CLRACINGF4AIR target #3239
Conversation
@bnn1044 is this ready? |
Yes. Test on the bench. |
@bnn1044 can you please rebase against development branch? |
@digitalentity Rebase done |
@bnn1044 there are numerous conflicts. Please fix. |
1a865ff
to
e14b7dd
Compare
docs/Cli.md
Outdated
@@ -341,6 +341,8 @@ Re-apply any new defaults as desired. | |||
| yaw_deadband | 5 | These are values (in us) by how much RC input can be different before it's considered valid. For transmitters with jitter on outputs, this value can be increased. Defaults are zero, but can be increased up to 10 or so if rc inputs twitch while idle. | | |||
| throttle_tilt_comp_str | 0 | Can be used in ANGLE and HORIZON mode and will automatically boost throttle when banking. Setting is in percentage, 0=disabled. | | |||
| flaperon_throw_offset | 200 | Defines throw range in us for both ailerons that will be passed to servo mixer via input source 14 (`FEATURE FLAPS`) when FLAPERON mode is activated. | | |||
| gimbal_mode | NORMAL | When feature SERVO_TILT is enabled, this can be either NORMAL or MIXTILT | | |||
>>>>>>> fc9ab94... add CLRACINGF4AIRV3 TARGET |
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 are conflict markers merged. Also, it looks like this touches a lot of places that it shouldn't.
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.
Hmm. Look like the rebase to development I messed up. Will update later. Thanks.
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.
Please remove stale ST CDC middleware files
@@ -0,0 +1,929 @@ | |||
/** |
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.
Why this file is here?
@@ -0,0 +1,332 @@ | |||
/* |
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.
Same applies for this file - it doesn't belog here
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.
OK. I use the development as base.
I don't know why it is there.
This seems fixed now. |
Problems pointed in this review are now fixed.
add CLRACINGF4AIR V3 target.