mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Update qgsnmeaconnection.cpp
This commit is contained in:
parent
a0a54fd552
commit
aae841317a
@ -372,9 +372,9 @@ void QgsNmeaConnection::processGsvSentence( const char *data, int len )
|
||||
for ( int k = 0; k < mLastGPSInformation.satPrn.size(); ++k )
|
||||
{
|
||||
if ( mLastGPSInformation.satPrn.at( k ) == currentSatellite.id )
|
||||
{
|
||||
satelliteInfo.inUse = true;
|
||||
}
|
||||
{
|
||||
satelliteInfo.inUse = true;
|
||||
}
|
||||
}
|
||||
satelliteInfo.signal = currentSatellite.sig;
|
||||
satelliteInfo.satType = result.pack_type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user