Skip to content

Commit 3fd4d2a

Browse files
authored
Merge pull request #75 from sparkfun/release_candidate
v2.0.17
2 parents 068f6f1 + cdd1b27 commit 3fd4d2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SparkFun u-blox GNSS Arduino Library
2-
version=2.0.16
2+
version=2.0.17
33
author=SparkFun Electronics <[email protected]>
44
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=Library for I2C and Serial Communication with u-blox GNSS modules<br/><br/>

Diff for: src/u-blox_structs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ typedef struct
11041104

11051105
// UBX-RXM-RAWX (0x02 0x15): Multi-GNSS raw measurement data
11061106
// Note: length is variable
1107-
const uint8_t UBX_RXM_RAWX_MAX_BLOCKS = 64; // GUESS! TO DO: find the correct value for this
1107+
const uint8_t UBX_RXM_RAWX_MAX_BLOCKS = 92; // See issue #70 and PR #74 for more info
11081108
const uint16_t UBX_RXM_RAWX_MAX_LEN = 16 + (32 * UBX_RXM_RAWX_MAX_BLOCKS);
11091109

11101110
typedef struct

0 commit comments

Comments
 (0)