Skip to content

Commit

Permalink
changed default to send NMEA sentences every 1 second
Browse files Browse the repository at this point in the history
Now that breadcrumb trail is sorted out, this change supports "NMEA Time2" program by default.
  • Loading branch information
barry-ha committed Apr 9, 2023
1 parent bc1ef5d commit 5490ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ enum {
class Logger {

public:
bool print_nmea = false; // set TRUE for NmeaTime2 by www.visualgps.net
bool print_nmea = true; // set TRUE for NmeaTime2 by www.visualgps.net
bool print_gmt = false; // the time reports are frequent (1 per second) so by default it's off
bool print_fencepost = true;
bool print_debug = true;
Expand Down

0 comments on commit 5490ac2

Please sign in to comment.