Browse Source

APMPowerComponent.qml: add new entry for BR PM on Navigator

This is required because it uses different pins for reading the voltage
and current. This code probably needs a refactor to deal with different boards
QGC4.4
Willian Galvani 3 years ago committed by Patrick José Pereira
parent
commit
933d78b73b
  1. 9
      src/AutoPilotPlugins/APM/APMPowerComponent.qml

9
src/AutoPilotPlugins/APM/APMPowerComponent.qml

@ -350,6 +350,15 @@ SetupPage {
} }
ListElement { ListElement {
text: qsTr("Navigator w/ Blue Robotics Power Sense Module")
voltPin: 5
currPin: 4
voltMult: 11.000
ampPerVolt: 37.8788
ampOffset: 0.330
}
ListElement {
text: qsTr("Other") text: qsTr("Other")
} }
} }

Loading…
Cancel
Save