Browse Source

AP_GPS: Supplementary explanation of configuration parameters (NFC)

zr-v5.1
murata 4 years ago committed by Andrew Tridgell
parent
commit
3a006ae226
  1. 4
      libraries/AP_GPS/AP_GPS.cpp

4
libraries/AP_GPS/AP_GPS.cpp

@ -79,8 +79,8 @@ AP_GPS *AP_GPS::_singleton; @@ -79,8 +79,8 @@ AP_GPS *AP_GPS::_singleton;
// table of user settable parameters
const AP_Param::GroupInfo AP_GPS::var_info[] = {
// @Param: _TYPE
// @DisplayName: GPS type
// @Description: GPS type
// @DisplayName: 1st GPS type
// @Description: GPS type of 1st GPS
// @Values: 0:None,1:AUTO,2:uBlox,3:MTK,4:MTK19,5:NMEA,6:SiRF,7:HIL,8:SwiftNav,9:UAVCAN,10:SBF,11:GSOF,13:ERB,14:MAV,15:NOVA,16:HemisphereNMEA,17:uBlox-MovingBaseline-Base,18:uBlox-MovingBaseline-Rover,19:MSP,20:AllyStar,21:ExternalAHRS
// @RebootRequired: True
// @User: Advanced

Loading…
Cancel
Save