diff --git a/examples/shield_sdlog/shield_sdlog.ino b/examples/shield_sdlog/shield_sdlog.ino index 55632fc..c32f62c 100644 --- a/examples/shield_sdlog/shield_sdlog.ino +++ b/examples/shield_sdlog/shield_sdlog.ino @@ -124,7 +124,7 @@ void setup() { // For logging data, we don't suggest using anything but either RMC only or RMC+GGA // to keep the log files at a reasonable size // Set the update rate - GPS.sendCommand(PMTK_SET_NMEA_UPDATE_1HZ); // 1 or 5 Hz update rate + GPS.sendCommand(PMTK_SET_NMEA_UPDATE_1HZ); // 100mHz,1Hz or 5Hz update rate // Turn off updates on antenna status, if the firmware permits it GPS.sendCommand(PGCMD_NOANTENNA);