From f9d657d507fe246652d1a1c42acd069028c76c46 Mon Sep 17 00:00:00 2001 From: b14ckyy <33039058+b14ckyy@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:23:41 +0100 Subject: [PATCH 1/2] Adding Info about Link-Stats Comes along with https://github.com/olliw42/mLRS/tree/dev-msplinkstats --- docs/MSPX.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/MSPX.md b/docs/MSPX.md index 1212a65..b030e7c 100644 --- a/docs/MSPX.md +++ b/docs/MSPX.md @@ -10,6 +10,7 @@ mLRS provides the MspX technology, which is designed to improve the over-the-air - MspX is not strictly compliant with the MSP protocol, and softwares which require strict compliance may not work properly. This includes e.g. MWP. In these cases, mLRS can be set into transparent mode by setting "Rx Ser Link Mode" = "transp." (the below features of MspX will then not be avaiable). - MspX is tested and verified for INAV 7.1. It has been successfully tested with INAV 8.0 development builds (it may also work with INAV 6.0 and newer, but this has not been tested). - INAV Configurator is assumed as ground control station, and INAV Lua app on the radio. +- Link-Information such as RSSI, Link-Quality, SNR and more are provided to the Flight-Controller via MSP (Only INAV 8.0 and higher; Will be disabled automatically on unsupported firmwares; [More info](https://github.com/iNavFlight/inav/pull/10451)) ## mLRS Receiver Configuration From de4e87c7fd4571d4dfe6f1df4c54f26c5e5cadf3 Mon Sep 17 00:00:00 2001 From: b14ckyy <33039058+b14ckyy@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:33:49 +0100 Subject: [PATCH 2/2] Update MSPX.md --- docs/MSPX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MSPX.md b/docs/MSPX.md index b030e7c..ec1ba5b 100644 --- a/docs/MSPX.md +++ b/docs/MSPX.md @@ -10,7 +10,7 @@ mLRS provides the MspX technology, which is designed to improve the over-the-air - MspX is not strictly compliant with the MSP protocol, and softwares which require strict compliance may not work properly. This includes e.g. MWP. In these cases, mLRS can be set into transparent mode by setting "Rx Ser Link Mode" = "transp." (the below features of MspX will then not be avaiable). - MspX is tested and verified for INAV 7.1. It has been successfully tested with INAV 8.0 development builds (it may also work with INAV 6.0 and newer, but this has not been tested). - INAV Configurator is assumed as ground control station, and INAV Lua app on the radio. -- Link-Information such as RSSI, Link-Quality, SNR and more are provided to the Flight-Controller via MSP (Only INAV 8.0 and higher; Will be disabled automatically on unsupported firmwares; [More info](https://github.com/iNavFlight/inav/pull/10451)) +- 'Link statistics and information such as RSSI, LQ, SNR, etc. are provided to the FC on INAV 8.0 and higher (not available on earlier versions). More info can be found [here](https://github.com/iNavFlight/inav/pull/10451). ## mLRS Receiver Configuration