sparkfun / SparkFun_Ublox_Arduino_Library

Library to control UBX binary protocol and NMEA over I2C on Ublox GPS modules
Other
144 stars 85 forks source link

Update example library links #166

Closed adamgarbo closed 3 years ago

adamgarbo commented 3 years ago

Hey folks,

Good to see the renamed u-blox library was updated on the Arduino IDE. I didn't realize the name change would require an entirely new library to be downloaded. This may throw other current users for a loop as it's not an automatic update.

A quick heads up that the name change has broken all links to the library in the examples:

//http://librarymanager/All#SparkFun_Ublox_GPS

It looks like the link will need to be changed to either of the following:

1) //http://librarymanager/All#SparkFun_u_blox_GPS 2) //http://librarymanager/All#SparkFun_u-blox_GPS

Cheers, Adam

PaulZC commented 3 years ago

Thanks Adam, We're going to update the library helper links in v2.0. Possibly 1.8 too - if time permits. Best, Paul

PaulZC commented 3 years ago

Thanks for the help Adam! Closing...