Browse Source

Added warning voltage

QGC4.4
pixhawk 14 years ago
parent
commit
20611417d9
  1. 1
      src/uas/UAS.cc

1
src/uas/UAS.cc

@ -54,6 +54,7 @@ waypointManager(*this),
thrustSum(0), thrustSum(0),
thrustMax(10), thrustMax(10),
startVoltage(0), startVoltage(0),
warnVoltage(9.5f),
currentVoltage(12.0f), currentVoltage(12.0f),
lpVoltage(12.0f), lpVoltage(12.0f),
mode(MAV_MODE_UNINIT), mode(MAV_MODE_UNINIT),

Loading…
Cancel
Save