Open
Conversation
document every byte
Author
|
there's actually an erroneous ) that you should remove |
dtkerns
commented
Jun 15, 2022
| 0x06,0x08,0x0E,0x00,0x01,0x00,0x01,0x01, | ||
| 0x30,0xAD }; | ||
| 0xB5,0x62,0x06,0x3E,0x3C,0x00, // header (SYNC1, SYNC2, MsgCls, Id, 2byte-len) | ||
| 0x00,0x00,0x20,0x07, // msgVer, numTrkChHw(ro), numTrkChUse, numConfigBlocks) |
Owner
|
thanks
…On Wed, Jun 15, 2022 at 10:46 AM dtkerns ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In M8_cfg_gnss.c
<#1 (comment)>:
> @@ -4,16 +4,17 @@
//****************************************************************************
uint8_t ubx_cfg_gnss[] = { // Full spectrum enabling GPS, GLONASS, SBAS, QZSS and GALILEO, disable BEIDOU/IMES
- 0xB5,0x62,0x06,0x3E,0x3C,0x00,
- 0x00,0x00,0x20,0x07,
- 0x00,0x08,0x10,0x00,0x01,0x00,0x01,0x01,
- 0x01,0x01,0x03,0x00,0x01,0x00,0x01,0x01,
- 0x02,0x04,0x08,0x00,0x01,0x00,0x01,0x01,
- 0x03,0x08,0x10,0x00,0x00,0x00,0x01,0x01,
- 0x04,0x00,0x08,0x00,0x00,0x00,0x01,0x01,
- 0x05,0x00,0x03,0x00,0x01,0x00,0x01,0x01,
- 0x06,0x08,0x0E,0x00,0x01,0x00,0x01,0x01,
- 0x30,0xAD };
+ 0xB5,0x62,0x06,0x3E,0x3C,0x00, // header (SYNC1, SYNC2, MsgCls, Id, 2byte-len)
+ 0x00,0x00,0x20,0x07, // msgVer, numTrkChHw(ro), numTrkChUse, numConfigBlocks)
remove erroneous closing )
—
Reply to this email directly, view it on GitHub
<#1 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACTSB5ITPTDZVUD3M3NUFUDVPH3EXANCNFSM5Y3JNRYA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
document every byte