DFRobot / DFRobot_SIM808

SIM808
MIT License
69 stars 56 forks source link

Error in DFRobot_SIM808::getGPS() line 1011 #8

Open dwiberg opened 7 years ago

dwiberg commented 7 years ago

There seems to be an space where it doesn't belong in line 1011: "GPSdata .year" should be "GPSdata.year"

hoerup commented 7 years ago

Might not be pretty but can hardly be categorized as a bug.

dwiberg commented 7 years ago

Error may have been poor word choice. I'm thankful for the useful library.