File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -810,12 +810,12 @@ void ntripClientUpdate()
810
810
// Look for '401 Unauthorized'
811
811
812
812
// 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 )
814
814
{
815
815
systemPrintf (" NTRIP Caster responded with unauthorized error. Your account may be deactivated. "
816
816
" Please contact "
817
817
" [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 " ,
819
819
platformRegistrationPageTable[productVariant], printDeviceId ());
820
820
}
821
821
else
You can’t perform that action at this time.
0 commit comments