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 0723278 commit 3f32a24Copy full SHA for 3f32a24
examples/NEO-D9S_and_NEO-D9C/Example8_LBand_SPARTN_Parsing/Example8_LBand_SPARTN_Parsing.ino
@@ -126,7 +126,7 @@ void printPVTdata(UBX_NAV_PVT_data_t *ubxDataStruct)
126
Serial.print(F(" (2D)"));
127
else if (fixType == 3)
128
Serial.print(F(" (3D)"));
129
- else if (fixType == 3)
+ else if (fixType == 4)
130
Serial.print(F(" (GNSS + Dead Reckoning)"));
131
else if (fixType == 5)
132
Serial.print(F(" (Time Only)"));
0 commit comments