1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

The ones that got away

This commit is contained in:
Fredrik Larsson 2014-10-23 02:17:14 +11:00
parent 2053cf000d
commit b4d38622a0

View File

@ -71,14 +71,12 @@ void GpsPage::setupSelection(Selection *selection)
SetupWizard::GPS_PLATINUM);
selection->addItem(tr("U-Blox Based"),
tr("Select this option for the OpenPilot V8 GPS or generic U-Blox chipset GPSs connected"
"to the Main Port of your controller."),
tr("Select this option for the OpenPilot V8 GPS or generic U-Blox chipset GPSs."),
"OPGPS-v8-ublox",
SetupWizard::GPS_UBX);
selection->addItem(tr("NMEA Based"),
tr("Select this option for a generic NMEA based GPS connected to the Main Port of your"
"controller."),
tr("Select this option for a generic NMEA based GPS"),
"generic-nmea",
SetupWizard::GPS_NMEA);
}