Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/NMEASDlog/NMEASDlog.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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( ',' );
Expand Down Expand Up @@ -430,4 +430,4 @@ void initSD()
//trace_header( logfile ); // and uncomment #include Streamers.h

#endif
} // initSD
} // initSD
2 changes: 1 addition & 1 deletion examples/Tabular/Tabular.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down