Clarify 10hz logging rate instead of 100 mhz

This commit is contained in:
Tony DiCola 2014-08-15 18:40:11 -07:00
parent b1f0c6e5f8
commit f2545ed72a
1 changed files with 1 additions and 1 deletions

View File

@ -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); // 100mHz,1Hz or 5Hz update rate
GPS.sendCommand(PMTK_SET_NMEA_UPDATE_1HZ); // 10Hz, 1Hz or 5Hz update rate
// Turn off updates on antenna status, if the firmware permits it
GPS.sendCommand(PGCMD_NOANTENNA);