Browse Source

Update Parameters.pde

Moved Disabled to the bottom of the drop-down box for selecting logging types.
This is to reduce the potential for someone to accidentally select Disabled when they intend on selecting Default.
master
proficnc 11 years ago
parent
commit
bbf5c11c8a
  1. 2
      ArduCopter/Parameters.pde

2
ArduCopter/Parameters.pde

@ -345,7 +345,7 @@ const AP_Param::Info var_info[] PROGMEM = { @@ -345,7 +345,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:Disabled,830:Default,894:Default+RCIN,958:Default+IMU,1854:Default+Motors,-6146:NearlyAll
// @Values: 830:Default,894:Default+RCIN,958:Default+IMU,1854:Default+Motors,-6146:NearlyAll,0:Disabled
// @User: Standard
GSCALAR(log_bitmask, "LOG_BITMASK", DEFAULT_LOG_BITMASK),

Loading…
Cancel
Save