Skip to content

Commit 9e13794

Browse files
committed
Adding callback pointers for all auto messages
1 parent eba8063 commit 9e13794

4 files changed

+897
-139
lines changed

Adding_New_Messages.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -129,21 +129,23 @@ See [this commit](https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Libra
129129

130130
See [this commit](https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library/commit/b746d8e2742961ede95e2d06d5db3a3a557e571d) for the changes.
131131

132-
#### Step 6.3: Update processUBXpacket()
132+
#### Step 6.3: Update getMaxPayloadSize()
133+
134+
#### Step 6.4: Update processUBXpacket()
133135

134136
Take time to double-check that you have used the correct data width, signed/unsigned and position for each field.
135137

136138
See [this commit](https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library/commit/8eecdd5044f810b0e2b567150ff63a17c219fe8e) for the changes.
137139

138-
#### Step 6.4: Update checkCallbacks()
140+
#### Step 6.5: Update checkCallbacks()
139141

140142
See [this commit](https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library/commit/b53bffaa3ae12482cfb268f23796963d0b8519c9) for the changes.
141143

142-
#### Step 6.5: Add the "auto" functions
144+
#### Step 6.6: Add the "auto" functions
143145

144146
See [this commit](https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library/commit/e394ae003ad38117d150598774d0552059416473) for the changes.
145147

146-
#### Step 6.6: Add the helper functions (if any)
148+
#### Step 6.7: Add the helper functions (if any)
147149

148150
See [this commit](https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library/commit/318e76383e96d6676bbb57294c25e665c0d4a31f) for the changes.
149151

0 commit comments

Comments
 (0)