jpmeijers / RN2483-Arduino-Library

Arduino C++ code to communicate with a Microchip RN2483 module
Apache License 2.0
84 stars 60 forks source link

Use GPS_ENABLE instead of 27 when initialize the GPS #17

Closed jwillemsen closed 7 years ago

jwillemsen commented 7 years ago

Use GPS_ENABLE instead of 27 when initialize the GPS, see the sodaq one GPS example at http://support.sodaq.com/sodaq-one/loraone-gps. Also fixed some typos and removed trailing spaces

jwillemsen commented 7 years ago

Do you have plans to make a pull request for the sodaq class you make, seems you improved it compared to the version at https://github.com/SodaqMoja/Sodaq_UBlox_GPS

jwillemsen commented 7 years ago

Ok, found your pull request, will make a comment there