diff --git a/examples/NMEASDlog/NMEASDlog.ino b/examples/NMEASDlog/NMEASDlog.ino index f4d1945..c6a5b74 100644 --- a/examples/NMEASDlog/NMEASDlog.ino +++ b/examples/NMEASDlog/NMEASDlog.ino @@ -200,7 +200,7 @@ static void GPSloop() // If you like the CSV format implemented in Streamers.h, // you could replace all these prints with - // trace_all( logFile, fix ); // uncomment include Streamers.h + // trace_all( logFile, gps, fix ); // uncomment include Streamers.h printL( logfile, fix.latitudeL() ); logfile.print( ',' ); @@ -430,4 +430,4 @@ void initSD() //trace_header( logfile ); // and uncomment #include Streamers.h #endif -} // initSD \ No newline at end of file +} // initSD diff --git a/examples/Tabular/Tabular.ino b/examples/Tabular/Tabular.ino index e52c5db..383fefc 100644 --- a/examples/Tabular/Tabular.ino +++ b/examples/Tabular/Tabular.ino @@ -3,7 +3,7 @@ NMEAGPS gps; //====================================================================== -// Program: SyncTime.ino +// Program: Tabular.ino // // Description: This program displays all GPS fields in the default configuration // in a tabular display. To be comparable to other libraries' tabular displays,