Update ZED_F9P\Example10 - corrects issue #19

This commit is contained in:
PaulZC
2021-04-01 11:14:04 +01:00
parent 2ce23fe696
commit e483b119cc
3 changed files with 23 additions and 5 deletions
@@ -99,8 +99,8 @@ void loop()
Serial.print(myGNSS.getMinute());
Serial.print(":");
Serial.print(myGNSS.getSecond());
Serial.print(".");
Serial.print(myGNSS.getNanosecond());
Serial.print(" nanoseconds: ");
Serial.print(myGNSS.getNanosecond()); // Nanoseconds can be negative
myGNSS.flushPVT();