mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -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
|
||||
// @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
|
||||
// @Values: 0:FirstCompass,1:SecondCompass
|
||||
// @Values: 0:FirstCompass,1:SecondCompass,2:ThirdCompass
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("PRIMARY", 12, Compass, _primary, 0),
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user