SITL: correct documentation around simulated GPS type
This commit is contained in:
parent
5199be9914
commit
1515f0642b
@ -499,7 +499,7 @@ const AP_Param::GroupInfo SIM::var_gps[] = {
|
|||||||
// @Param: GPS_TYPE
|
// @Param: GPS_TYPE
|
||||||
// @DisplayName: GPS 1 type
|
// @DisplayName: GPS 1 type
|
||||||
// @Description: Sets the type of simulation used for GPS 1
|
// @Description: Sets the type of simulation used for GPS 1
|
||||||
// @Values: 0:None, 1:UBlox, 5:NMEA, 6:SBP, 7:File, 8:Nova, 9:SBP, 10:Trimble, 19:MSP
|
// @Values: 0:None, 1:UBlox, 5:NMEA, 6:SBP, 7:File, 8:Nova, 9:SBP2, 11:Trimble, 19:MSP
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("GPS_TYPE", 3, SIM, gps_type[0], GPS::Type::UBLOX),
|
AP_GROUPINFO("GPS_TYPE", 3, SIM, gps_type[0], GPS::Type::UBLOX),
|
||||||
// @Param: GPS_BYTELOSS
|
// @Param: GPS_BYTELOSS
|
||||||
|
Loading…
Reference in New Issue
Block a user