Browse Source

SITL: enable battery monitoring for flight axis by default

zr-v5.1
Andrew Tridgell 5 years ago
parent
commit
849cb960e5
  1. 1
      libraries/SITL/SIM_FlightAxis.cpp

1
libraries/SITL/SIM_FlightAxis.cpp

@ -45,6 +45,7 @@ static const struct { @@ -45,6 +45,7 @@ static const struct {
{ "BRD_OPTIONS", 0},
{ "AHRS_EKF_TYPE", 10 },
{ "INS_GYR_CAL", 0 },
{ "BATT_MONITOR", 4 },
{ "RC1_MIN", 1000, true },
{ "RC1_MAX", 2000, true },
{ "RC2_MIN", 1000, true },

Loading…
Cancel
Save