File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,10 @@ static const uint8_t ppLbandToken[16] = {POINTPERFECT_LBAND_TOKEN}; // Toke
23
23
static const uint8_t ppIpToken[16 ] = {POINTPERFECT_IP_TOKEN}; // Token in HEX form
24
24
static const uint8_t ppLbandIpToken[16 ] = {POINTPERFECT_LBAND_IP_TOKEN}; // Token in HEX form
25
25
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
28
30
static unsigned long provisioningStartTime_millis;
29
31
static bool provisioningRunning;
30
32
You can’t perform that action at this time.
0 commit comments