Skip to content

Commit 467dab8

Browse files
authored
Update mavlink docs since INAV 8.0.0 is now officially released (#448)
* Update mavlink.md since INAV 8.0.0 is now officially released Remove information about pre-release and older inav versions. Add LQ/RSSI format options for OSD. * Update mavlink.md Changes suggested by Senk0. * Update mavlink.md
1 parent d964834 commit 467dab8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/software/mavlink.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,13 @@ The minimum versions to use this feature are:
8181
1. Configure MAVLink sending rate with MAV_0_RATE to `9600 B/s`
8282

8383
=== "INAV"
84-
**UNSUPPORTED, CURRENTLY IN DEVELOPMENT** -
85-
Released versions (up to version 7) of iNav cannot use MAVLink due the limitations highlighted in the Betaflight tab.
86-
As of version 8.0, which is currently not released yet, these limitations have been partially resolved and there is limited MAVLink support.
84+
Released versions of INAV (from version 8 onwards) can use MAVLink for flight monitoring. However, given that INAV is primarily an MSP flight controller, full functionality and configuration via MAVLink should not be expected.
8785

88-
For testing of development version:
8986
For the below steps, when a UART connection is mentioned, it will be written as `UARTx`. Replace `x` with the UART number you are using.
9087

9188
1. In the Ports tab, set the UARTx `Telemetry Protocol` to `MAVLink`, and the baud rate to `460800`. Make sure `RX Serial` is disabled.
9289
1. In the Receiver tab, set the Receiver type to `SERIAL` and the `Serial Receiver Provider` to `MAVLink`. Leave inverted & half-duplex `disabled`.
90+
1. In the CLI, enter ```set mavlink_radio_type=ELRS``` to get the correct RSSI and LQ values on INAV's OSD.
9391

9492
=== "Betaflight"
9593

0 commit comments

Comments
 (0)