SodaqMoja / Sodaq_UBlox_GPS

An Arduino library for the UBlox GPS EVA7M
11 stars 8 forks source link

Added altitude and HDOP. #1

Closed jpmeijers closed 7 years ago

jpmeijers commented 8 years ago

Make scan() wait for altitude which is available in the GPGGA string. HDOP is also in the GPGGA string, so scan will wait for this too.

jwillemsen commented 7 years ago

Are there plans to accept this pull request?

SodaqMoja commented 7 years ago

Sorry it took so long. The change looks good to me.

jwillemsen commented 7 years ago

Thanks!