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 e21a1b2 commit 52cb8f2Copy full SHA for 52cb8f2
examples/Callbacks/CallbackExample7_NAV_SAT/CallbackExample7_NAV_SAT.ino
@@ -40,7 +40,7 @@ void newNAVSAT(UBX_NAV_SAT_data_t ubxDataStruct)
40
if (ubxDataStruct.header.numSvs == 1)
41
Serial.println(F(" SV."));
42
else
43
- Serial.println(F(" SVs.));
+ Serial.println(F(" SVs."));
44
45
// Just for giggles, print the signal strength for each SV as a barchart
46
for (uint16_t block = 0; block < ubxDataStruct.header.numSvs; block++) // For each SV
0 commit comments