1
0
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:
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); 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);
} }