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

Update from INAVFlight master #15

Merged
merged 43 commits into from
Dec 6, 2020
Merged

Conversation

breadoven
Copy link
Owner

No description provided.

digitalentity and others added 30 commits November 7, 2020 14:28
…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
Back-merge release 2.6.0 branch into master
…rieval

Always use rxGetChannelValue instead of rxGetRawChannelValue
Make the version in the CMakeLists.txt the canonical one. Instead
of redefining it in version.h, use command line flags to pass
-DFC_VERSION_{MAJOR,MINOR,PATCH_LEVEL}
shellixyz and others added 13 commits December 4, 2020 21:31
* Add safehome_max_distance option.  Choose nearest safehome.

* Correct safehome_max_distance default value.
[BUILD] Update the toolchain to gcc-9.3.1
…rides_motor_stop_doc

Improve nav_overrides_motor_stop documentation
…ors_doc_add_note_about_LM75_max_freq

Add note about max LM75 freq in temperature sensors doc
automatically raise BIDIR flag on softserial port if RX and TX pins are set to the same pin
…ults

Changed default settings for fixed wing throttle smoothing in navigation modes
@breadoven breadoven merged commit 6e64b6f into breadoven:master Dec 6, 2020
breadoven pushed a commit that referenced this pull request May 3, 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.

9 participants