Skip to content

Commit

Permalink
Merge pull request #2317 from iNavFlight/mmosca-show-lq-for-mavlinkrc
Browse files Browse the repository at this point in the history
Show rssi / lq for mavlinkrc
  • Loading branch information
mmosca authored Jan 21, 2025
2 parents 7c95d72 + 5d692d5 commit 150db80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/osd.js
Original file line number Diff line number Diff line change
Expand Up @@ -3442,7 +3442,7 @@ HARDWARE.update = function(callback) {
// Update RX data for Crossfire detection
mspHelper.loadRxConfig(function() {
HARDWARE.capabilities.useCRSF = (FC.RX_CONFIG.serialrx_provider == 6); // CRSF
HARDWARE.capabilities.useRx = (FC.RX_CONFIG.serialrx_provider == 6 || FC.RX_CONFIG.receiver_type == 2); // CRSF or MSP
HARDWARE.capabilities.useRx = (FC.RX_CONFIG.serialrx_provider == 6 || FC.RX_CONFIG.receiver_type == 2 || FC.RX_CONFIG.serialrx_provider == 12); // CRSF or MSP or MAVLINK

mspHelper.loadSensorConfig(function () {
HARDWARE.capabilities.useBaro = (FC.SENSOR_CONFIG.barometer != 0);
Expand Down

0 comments on commit 150db80

Please sign in to comment.