Skip to content

Commit a37150d

Browse files
committed
Clear tokens to be assigned in the future.
1 parent 1c36403 commit a37150d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Firmware/RTK_Everywhere/menuPP.ino

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ static const uint8_t ppLbandToken[16] = {POINTPERFECT_LBAND_TOKEN}; // Toke
2323
static const uint8_t ppIpToken[16] = {POINTPERFECT_IP_TOKEN}; // Token in HEX form
2424
static const uint8_t ppLbandIpToken[16] = {POINTPERFECT_LBAND_IP_TOKEN}; // Token in HEX form
2525
static const uint8_t ppRtcmToken[16] = {POINTPERFECT_RTCM_TOKEN}; // Token in HEX form
26-
static const uint8_t ppGlobalToken[16] = {POINTPERFECT_GLOBAL_TOKEN}; // Token in HEX form
27-
static const uint8_t ppLiveToken[16] = {POINTPERFECT_LIVE_TOKEN}; // Token in HEX form
26+
static const uint8_t ppGlobalToken[16] = {0};
27+
//{POINTPERFECT_GLOBAL_TOKEN}; // Token in HEX form
28+
static const uint8_t ppLiveToken[16] = {0};
29+
//{POINTPERFECT_LIVE_TOKEN}; // Token in HEX form
2830
static unsigned long provisioningStartTime_millis;
2931
static bool provisioningRunning;
3032

0 commit comments

Comments
 (0)