Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TinyGPS by
Revision 1:f522b8bdf987, committed 2011-04-28
- Comitter:
- shimniok
- Date:
- Thu Apr 28 15:24:13 2011 +0000
- Parent:
- 0:8a347288f82c
- Child:
- 2:a3dad2769ed7
- Commit message:
- Removed prototyping code that broke gps data validation
Changed in this revision
| TinyGPS.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/TinyGPS.cpp Wed Apr 27 19:21:28 2011 +0000
+++ b/TinyGPS.cpp Thu Apr 28 15:24:13 2011 +0000
@@ -168,7 +168,7 @@
byte checksum = 16 * from_hex(_term[0]) + from_hex(_term[1]);
if (checksum == _parity)
{
- if (_gps_data_good || 1) // I want to use the thing in demo mode
+ if (_gps_data_good)
{
#ifndef _GPS_NO_STATS
++_good_sentences;
