Skip to content

Commit 1d4b071

Browse files
committed
Fix device ID printing
1 parent be800d4 commit 1d4b071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/RTK_Everywhere/NtripClient.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,12 +810,12 @@ void ntripClientUpdate()
810810
// Look for '401 Unauthorized'
811811

812812
// If we are using PointPerfect RTCM credentials, let the user know they may be deactivated.
813-
if (pointPerfectIsEnabled() == true && pointPerfectServiceUsesKeys() == false)
813+
if (pointPerfectNtripNeeded() == true)
814814
{
815815
systemPrintf("NTRIP Caster responded with unauthorized error. Your account may be deactivated. "
816816
"Please contact "
817817
"[email protected] or goto %s to renew the PointPerfect "
818-
"subscription. Please reference device ID: %x\r\n",
818+
"subscription. Please reference device ID: %s\r\n",
819819
platformRegistrationPageTable[productVariant], printDeviceId());
820820
}
821821
else

0 commit comments

Comments
 (0)