Skip to content

Commit e562df4

Browse files
committed
Disable PointPerfect by default.
1 parent 0279a19 commit e562df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ typedef struct
10641064

10651065
// Point Perfect
10661066
char pointPerfectDeviceProfileToken[40] = "";
1067-
PointPerfect_Corrections_Source pointPerfectCorrectionsSource = POINTPERFECT_CORRECTIONS_IP;
1067+
PointPerfect_Corrections_Source pointPerfectCorrectionsSource = POINTPERFECT_CORRECTIONS_DISABLED;
10681068
bool autoKeyRenewal = true; // Attempt to get keys if we get under 28 days from the expiration date
10691069
char pointPerfectClientID[50] = ""; // Obtained during ZTP
10701070
char pointPerfectBrokerHost[50] = ""; // pp.services.u-blox.com

0 commit comments

Comments
 (0)