|
|
|
@ -270,8 +270,8 @@ const AP_Param::Info Tracker::var_info[] = {
@@ -270,8 +270,8 @@ const AP_Param::Info Tracker::var_info[] = {
|
|
|
|
|
// @Param: LOG_BITMASK
|
|
|
|
|
// @DisplayName: Log bitmask
|
|
|
|
|
// @Description: 4 byte bitmap of log types to enable
|
|
|
|
|
// @Values: 63:Default,0:Disabled
|
|
|
|
|
// @Bitmask: 0:ATTITUDE,1:GPS,2:RCIN,3:IMU,4:RCOUT,5:COMPASS
|
|
|
|
|
// @Values: 127:Default,0:Disabled
|
|
|
|
|
// @Bitmask: 0:ATTITUDE,1:GPS,2:RCIN,3:IMU,4:RCOUT,5:COMPASS,6:Battery
|
|
|
|
|
// @User: Standard
|
|
|
|
|
GSCALAR(log_bitmask, "LOG_BITMASK", DEFAULT_LOG_BITMASK), |
|
|
|
|
|
|
|
|
@ -385,6 +385,9 @@ const AP_Param::Info Tracker::var_info[] = {
@@ -385,6 +385,9 @@ const AP_Param::Info Tracker::var_info[] = {
|
|
|
|
|
// @User: Advanced
|
|
|
|
|
GSCALAR(command_total, "CMD_TOTAL", 0), |
|
|
|
|
|
|
|
|
|
// @Group: BATT
|
|
|
|
|
// @Path: ../libraries/AP_BattMonitor/AP_BattMonitor.cpp
|
|
|
|
|
GOBJECT(battery, "BATT", AP_BattMonitor), |
|
|
|
|
|
|
|
|
|
AP_VAREND |
|
|
|
|
}; |
|
|
|
|