mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AntennaTracker: remove values metadata from log bitmask
This commit is contained in:
parent
e2ce88fcf2
commit
247f4e7c90
@ -269,7 +269,6 @@ const AP_Param::Info Tracker::var_info[] = {
|
||||
// @Param: LOG_BITMASK
|
||||
// @DisplayName: Log bitmask
|
||||
// @Description: 4 byte bitmap of log types to enable
|
||||
// @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),
|
||||
|
Loading…
Reference in New Issue
Block a user