We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bff33 commit 0723278Copy full SHA for 0723278
examples/ZED-F9P/Example18_PointPerfectClient/Example18_PointPerfectClient.ino
@@ -87,7 +87,7 @@ void printPVTdata(UBX_NAV_PVT_data_t *ubxDataStruct)
87
Serial.print(F(" (2D)"));
88
else if (fixType == 3)
89
Serial.print(F(" (3D)"));
90
- else if (fixType == 3)
+ else if (fixType == 4)
91
Serial.print(F(" (GNSS + Dead Reckoning)"));
92
else if (fixType == 5)
93
Serial.print(F(" (Time Only)"));
0 commit comments