mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +01:00
The ones that got away
This commit is contained in:
parent
2053cf000d
commit
b4d38622a0
@ -71,14 +71,12 @@ void GpsPage::setupSelection(Selection *selection)
|
|||||||
SetupWizard::GPS_PLATINUM);
|
SetupWizard::GPS_PLATINUM);
|
||||||
|
|
||||||
selection->addItem(tr("U-Blox Based"),
|
selection->addItem(tr("U-Blox Based"),
|
||||||
tr("Select this option for the OpenPilot V8 GPS or generic U-Blox chipset GPSs connected"
|
tr("Select this option for the OpenPilot V8 GPS or generic U-Blox chipset GPSs."),
|
||||||
"to the Main Port of your controller."),
|
|
||||||
"OPGPS-v8-ublox",
|
"OPGPS-v8-ublox",
|
||||||
SetupWizard::GPS_UBX);
|
SetupWizard::GPS_UBX);
|
||||||
|
|
||||||
selection->addItem(tr("NMEA Based"),
|
selection->addItem(tr("NMEA Based"),
|
||||||
tr("Select this option for a generic NMEA based GPS connected to the Main Port of your"
|
tr("Select this option for a generic NMEA based GPS"),
|
||||||
"controller."),
|
|
||||||
"generic-nmea",
|
"generic-nmea",
|
||||||
SetupWizard::GPS_NMEA);
|
SetupWizard::GPS_NMEA);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user