mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 08:13:56 -04:00
Compass: add third compass to PRIMARY param description
This commit is contained in:
parent
63052ff874
commit
43b1694c76
@ -153,7 +153,7 @@ const AP_Param::GroupInfo Compass::var_info[] PROGMEM = {
|
|||||||
// @Param: PRIMARY
|
// @Param: PRIMARY
|
||||||
// @DisplayName: Choose primary compass
|
// @DisplayName: Choose primary compass
|
||||||
// @Description: If more than one compass is available this selects which compass is the primary. Normally 0=External, 1=Internal. If no External compass is attached this parameter is ignored
|
// @Description: If more than one compass is available this selects which compass is the primary. Normally 0=External, 1=Internal. If no External compass is attached this parameter is ignored
|
||||||
// @Values: 0:FirstCompass,1:SecondCompass
|
// @Values: 0:FirstCompass,1:SecondCompass,2:ThirdCompass
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("PRIMARY", 12, Compass, _primary, 0),
|
AP_GROUPINFO("PRIMARY", 12, Compass, _primary, 0),
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user