particle-iot / gps-ublox

Support for u-blox NEO-M8U with paired NMEA parser
Apache License 2.0
5 stars 2 forks source link

Missing dependency: "gps/gps.h" #9

Open tstellanova opened 2 years ago

tstellanova commented 2 years ago

https://github.com/particle-iot/gps-ublox/blob/636bae3447a944fed2400015643b4b0fc5bdace2/src/ubloxGPS.h#L20

It appears this library depends upon another library that is not included anywhere.

tstellanova commented 2 years ago

From looking at the Tracker-Edge app sources I'm guessing this is a dependency on gps-nmea-parser