Skip to content

Commit a2c5290

Browse files
committed
Merged in f5soh/librepilot/LP-470_sat_version (pull request #516)
LP-470 Bump map version Approved-by: Lalanne Laurent <f5soh@free.fr>
2 parents ae5d69a + 609799d commit a2c5290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ground/gcs/src/libs/opmapcontrol/src/core/providerstrings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ProviderStrings::ProviderStrings()
4141
{
4242
// Google version strings
4343
VersionGoogleMap = "m@301";
44-
QString version = "794";
44+
QString version = "810";
4545
QString envVersion = qgetenv("GCS_GOOGLE_SAT_VERSION").constData();
4646
VersionGoogleSatellite = (envVersion.toInt() > version.toInt()) ? envVersion : version;
4747
VersionGoogleLabels = "h@301";

0 commit comments

Comments
 (0)