Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit a24f9aa

Browse files
committed
Update DataLoggingExample5_Fast_RXM.ino
1 parent c1b2b70 commit a24f9aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/Data_Logging/DataLoggingExample5_Fast_RXM/DataLoggingExample5_Fast_RXM.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ void setup()
159159

160160
delay(2000); // Give the module some extra time to get ready
161161

162-
//Produce 8 navigation solutions per second. That's a LOT of RAWX data!
163-
//The SD library and card need to be able to cope with the data rate too! You may need a faster SD library to go above 8Hz.
164-
myGPS.setNavigationFrequency(8);
162+
//Produce 7 navigation solutions per second. That's a lot of RAWX data - especially when using both GPS bands L1 and L2.
163+
//The SD library and card need to be able to cope with the data rate too. You may need a faster SD library to go above 7Hz.
164+
myGPS.setNavigationFrequency(7);
165165

166166
myGPS.setAutoRXMSFRBX(true, false); // Enable automatic RXM SFRBX messages: without callback; without implicit update
167167

0 commit comments

Comments
 (0)