Update shield_sdlog.ino
This commit is contained in:
parent
43b9093d35
commit
f319935824
|
|
@ -124,7 +124,7 @@ void setup() {
|
||||||
// For logging data, we don't suggest using anything but either RMC only or RMC+GGA
|
// 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
|
// to keep the log files at a reasonable size
|
||||||
// Set the update rate
|
// Set the update rate
|
||||||
GPS.sendCommand(PMTK_SET_NMEA_UPDATE_1HZ); // 10Hz, 1Hz or 5Hz update rate
|
GPS.sendCommand(PMTK_SET_NMEA_UPDATE_1HZ); // 100 millihertz (once every 10 seconds), 1Hz or 5Hz update rate
|
||||||
|
|
||||||
// Turn off updates on antenna status, if the firmware permits it
|
// Turn off updates on antenna status, if the firmware permits it
|
||||||
GPS.sendCommand(PGCMD_NOANTENNA);
|
GPS.sendCommand(PGCMD_NOANTENNA);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue