mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-05 21:23:58 -04:00
Tracker: Add compass cal capability
This commit is contained in:
parent
31e0c02030
commit
e150ff369b
@ -2,5 +2,6 @@
|
||||
|
||||
void Tracker::init_capabilities(void)
|
||||
{
|
||||
hal.util->set_capabilities(MAV_PROTOCOL_CAPABILITY_PARAM_FLOAT);
|
||||
hal.util->set_capabilities(MAV_PROTOCOL_CAPABILITY_PARAM_FLOAT |
|
||||
MAV_PROTOCOL_CAPABILITY_COMPASS_CALIBRATION);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user