File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
name =SparkFun u-blox GNSS Arduino Library
2
- version =2.0.16
2
+ version =2.0.17
3
3
author =SparkFun Electronics <
[email protected] >
4
4
maintainer =SparkFun Electronics <sparkfun.com>
5
5
sentence =Library for I2C and Serial Communication with u-blox GNSS modules<br/><br/>
Original file line number Diff line number Diff line change @@ -1104,7 +1104,7 @@ typedef struct
1104
1104
1105
1105
// UBX-RXM-RAWX (0x02 0x15): Multi-GNSS raw measurement data
1106
1106
// 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
1108
1108
const uint16_t UBX_RXM_RAWX_MAX_LEN = 16 + (32 * UBX_RXM_RAWX_MAX_BLOCKS );
1109
1109
1110
1110
typedef struct
You can’t perform that action at this time.
0 commit comments