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

Merge from master #7

Merged
merged 193 commits into from
Feb 6, 2021
Merged

Merge from master #7

merged 193 commits into from
Feb 6, 2021

Conversation

MrD-RC
Copy link
Owner

@MrD-RC MrD-RC commented Feb 6, 2021

No description provided.

IVData and others added 30 commits September 7, 2020 19:08
…re set to the same pin

SoftSerial 1 is using the same pin for TX and RX in FLYWOOF411 target. 
This allows to have Smartport, SPORT and LTM telemetry on this pin, because they request TX or BIDIR modes from UART.
But Mavlink telemetry does not work. It requests full RX & TX mode.
Initializing softserial port with pins shared will not do any good anyway: all messages  get echoed (I am not even sure it works).
Starting port in BIDIR mode is sufficient to have one-directional Mavlink telemetry, and even Bi-directional, if user can setup half-duplex communication.
This is better solution for: #5482
digitalentity and others added 29 commits January 11, 2021 11:10
report launch flight mode with higher priority
Servo midpoint as first servo command on initialization
…he On Time, Flight Time, Throttle percent and Auto Throttle flag.
Allow Logic Conditions to override RC channels
Added link to tool that can be used to listen to the buzzer sequences. There is also a custom sequence box at the bottom of the tool, which may aid creating new sequences.
…_possibility_of_MC_servo_on_S7

[MATEKF405] Add the possibility of MC servo on S7
…L_DUPLEX

[Target] Matek F411WSE: Softserial1 Full Duplex
build: Use -Os for F7 targets with flash <= 512K
Added option to output servos on PWM and SBUS
Add a new MSP2_INAV_MISC2 message type
added smartAudioEarlyAkkWorkaroundEnable initialization
…trollers

Extract navigation PID controller to separate module
added vtx_smartaudio_early_akk_workaround option
Ability to trim pitch angle for level flight
@MrD-RC MrD-RC merged commit 1dd3297 into MrD-RC:master Feb 6, 2021
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.