jpmeijers / RN2483-Arduino-Library

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

Sodaq based examples should make use of return value of sodaq_gps.scan #70

Open jwillemsen opened 4 years ago

jwillemsen commented 4 years ago

The sodaq_gps.scan operation returns true when there is a GPS fix (so valid data), that should be used instead of just looking at the latitude

jwillemsen commented 4 years ago

binary example has been updated