diff options
| -rw-r--r-- | demo_advanced.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo_advanced.cpp b/demo_advanced.cpp index bc1670c..1a99cd1 100644 --- a/demo_advanced.cpp +++ b/demo_advanced.cpp @@ -25,7 +25,7 @@ int main(int argc, char** argv){ // Create a GPS service that will keep track of the fix data. NMEAParser parser; GPSService gps(parser); - //gps.parser.log = true; // true: will spit out all sorts of parse info on each sentence. + //parser.log = true; // true: will spit out all sorts of parse info on each sentence. // Handle events when the lock state changes gps.onLockStateChanged += [](bool newlock){ |
