Skip to content

Commit 42e043b

Browse files
committed
Correct PPL ERROR print
1 parent 4032cab commit 42e043b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/PointPerfectLibrary.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ bool sendSpartnToPpl(uint8_t *buffer, int numDataBytes)
328328
if (result != ePPL_Success)
329329
{
330330
if (settings.debugCorrections == true)
331-
systemPrintf("ERROR processRXMPMP PPL_SendAuxSpartn: %s\r\n", PPLReturnStatusToStr(result));
331+
systemPrintf("ERROR processRXMPMP PPL_SendSpartn: %s\r\n", PPLReturnStatusToStr(result));
332332
return false;
333333
}
334334
lastMqttToPpl = millis();

0 commit comments

Comments
 (0)