Browse Source

Copter: add parameter description for LOG_BITMASK

Should allow a dropdown in the GCS so it can be set more easily without
going into the cli
mission-4.1.18
Randy Mackay 12 years ago
parent
commit
669850e6d4
  1. 1
      ArduCopter/Parameters.pde

1
ArduCopter/Parameters.pde

@ -359,6 +359,7 @@ const AP_Param::Info var_info[] PROGMEM = { @@ -359,6 +359,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: LOG_BITMASK
// @DisplayName: Log bitmask
// @Description: 2 byte bitmap of log types to enable
// @Values: 0:Disable,830:Default,958:Default+IMU,1854:Default+Motors,17214:Default+INav
// @User: Advanced
GSCALAR(log_bitmask, "LOG_BITMASK", DEFAULT_LOG_BITMASK),

Loading…
Cancel
Save